jq 1.7-1 source package in Ubuntu
Changelog
jq (1.7-1) unstable; urgency=medium * New upstream release. (Closes: #824814, #903081, #985350, #1025344) * Remove unnecessary patches. * Update libjq symbols. * Add libjq.pc. * d/control: Tweak indent. -- ChangZhuo Chen (陳昌倬) <email address hidden> Wed, 13 Sep 2023 03:22:17 +0800
Upload details
- Uploaded by:
- ChangZhuo Chen (陳昌倬)
- Uploaded to:
- Sid
- Original maintainer:
- ChangZhuo Chen (陳昌倬)
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
jq_1.7-1.dsc | 1.9 KiB | 38eeb2958e31ea8edd4ddc5fe977e82c0e5688705dc88b6329d32b63917abf8b |
jq_1.7.orig.tar.gz | 1.2 MiB | f755e813b88b494a5087502812cb35bc32e1544102345900707e8d71124caffc |
jq_1.7-1.debian.tar.xz | 13.9 KiB | e6e4324d4345155eb0bb7373c759a71829167720d083bbbc7b57125423dfedb0 |
Available diffs
- diff from 1.6-3 to 1.7-1 (728.2 KiB)
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