jq 1.7.1-2 source package in Ubuntu
Changelog
jq (1.7.1-2) unstable; urgency=high * Remove valgrind [i386] to fix FTBFS. (Closes: #1058870) -- ChangZhuo Chen (陳昌倬) <email address hidden> Sun, 17 Dec 2023 23:08:11 +0800
Upload details
- Uploaded by:
- ChangZhuo Chen (陳昌倬)
- Uploaded to:
- Sid
- Original maintainer:
- ChangZhuo Chen (陳昌倬)
- Architectures:
- any
- Section:
- misc
- Urgency:
- Very Urgent
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
jq_1.7.1-2.dsc | 2.0 KiB | cedf2f2af60c5147f77de9783c3ce1ec733114417b84eb09fa6ee4646a8871a2 |
jq_1.7.1.orig.tar.gz | 1.3 MiB | fc75b1824aba7a954ef0886371d951c3bf4b6e0a921d1aefc553f309702d6ed1 |
jq_1.7.1-2.debian.tar.xz | 13.5 KiB | 564531171a8e79cf79a5b4b951361e97c4e799f8fe249d658ee9ad239fe95ea3 |
Available diffs
- diff from 1.7-1 to 1.7.1-2 (79.0 KiB)
- diff from 1.7.1-1 to 1.7.1-2 (560 bytes)
No changes file available.
Binary packages built by this source
- jq: 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.
- jq-dbgsym: debug symbols for jq
- libjq-dev: 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.
- libjq1: 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.
- libjq1-dbgsym: debug symbols for libjq1