jq 1.3-1.1 source package in Ubuntu

Changelog

jq (1.3-1.1) unstable; urgency=medium


  * Non-maintainer upload.
  * Remove build dependency on valgrind on archs where the valgrind
    tests are disabled. (Closes: #729138)

 -- Christian Hofstaedtler <email address hidden>  Thu, 13 Feb 2014 13:30:29 +0100

Upload details

Uploaded by:
Simon Elsbrock
Uploaded to:
Sid
Original maintainer:
Simon Elsbrock
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
jq_1.3-1.1.dsc 1.8 KiB 4b20a859cb74e58b47ee2eecb200f7d1369d8ad8fe08a8ebbc25e305821126d2
jq_1.3.orig.tar.gz 208.8 KiB 3250e09ffc4404d0ff79450da3e1572a48b95a8a95b3119713e6d37dffcf1bb3
jq_1.3-1.1.debian.tar.xz 10.1 KiB 93bd569f2d3295d73a1419f01ea6a1854c08665e0b719484a0071b9a549f8442

Available diffs

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 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.