jq 1.3-1.1ubuntu1 source package in Ubuntu
Changelog
jq (1.3-1.1ubuntu1) trusty; urgency=medium * disable-valgrind-tests.patch: Disable if valgrind not installed. -- Adam Conrad <email address hidden> Thu, 17 Apr 2014 00:05:48 +0100
Upload details
- Uploaded by:
- Adam Conrad
- Uploaded to:
- Trusty
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Trusty | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
jq_1.3.orig.tar.gz | 208.8 KiB | 3250e09ffc4404d0ff79450da3e1572a48b95a8a95b3119713e6d37dffcf1bb3 |
jq_1.3-1.1ubuntu1.debian.tar.gz | 11.0 KiB | 6a333a736f2e8ae2e4232d18a8a85494113d0718a4eff4129b071dae75581b1e |
jq_1.3-1.1ubuntu1.dsc | 1.3 KiB | 3113cfd3339651b34c676527faec99f81e515da302db2d847e231fae6fa4442d |
Available diffs
- diff from 1.3-1 (in Debian) to 1.3-1.1ubuntu1 (953 bytes)
- diff from 1.3-1.1 (in Debian) to 1.3-1.1ubuntu1 (779 bytes)
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 zero 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.