Source: jq Section: utils Priority: optional Maintainer: ChangZhuo Chen (陳昌倬) Build-Depends: debhelper-compat (= 13), bison, flex, libonig-dev, libtool, python3-jinja2, python3-yaml, python3-markdown, python3-lxml, python3-jsonschema, valgrind [amd64], Standards-Version: 4.6.2 Rules-Requires-Root: no Homepage: https://jqlang.github.io/jq Vcs-Git: https://salsa.debian.org/debian/jq.git Vcs-Browser: https://salsa.debian.org/debian/jq Package: jq Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, libjq1 (= ${binary:Version}) Description: lightweight and flexible command-line JSON processor jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. . It is written in portable C, and it has minimal runtime dependencies. . jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you’d expect. Package: libjq1 Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends} Description: lightweight and flexible command-line JSON processor - shared library jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. . It is written in portable C, and it has minimal runtime dependencies. . jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you’d expect. . This package contains the shared library. Package: libjq-dev Section: libdevel Architecture: any Multi-Arch: same Depends: ${shlibs:Depends}, ${misc:Depends}, libjq1 (= ${binary:Version}) Description: lightweight and flexible command-line JSON processor - development files jq is like sed for JSON data – you can use it to slice and filter and map and transform structured data with the same ease that sed, awk, grep and friends let you play with text. . It is written in portable C, and it has minimal runtime dependencies. . jq can mangle the data format that you have into the one that you want with very little effort, and the program to do so is often shorter and simpler than you’d expect. . This package contains the development files.