jq 1.2-8~ubuntu12.04.1 source package in Ubuntu

Changelog

jq (1.2-8~ubuntu12.04.1) precise-backports; urgency=low

  * backport to precise
    - precise-backports-rake-version.patch: use required rake version
      to build manpage

jq (1.2-8) unstable; urgency=low

  * Initial release (Closes: #696232)
 -- Nobuto MURATA <email address hidden>   Tue, 19 Nov 2013 23:37:25 +0900

Upload details

Uploaded by:
Nobuto Murata
Sponsored by:
Iain Lane
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise backports universe utils

Downloads

File Size SHA-256 Checksum
jq_1.2.orig.tar.gz 174.6 KiB d9672b48afc1264508dedb4c56cbd52374d34b54a85e8a726c98b1b0ca120397
jq_1.2-8~ubuntu12.04.1.debian.tar.gz 9.8 KiB ee4cef006bbe5c68e3eaa9cdcbd2b69f9660eda248a4cc32cde86acccd9a0e22
jq_1.2-8~ubuntu12.04.1.dsc 1.8 KiB 320ec742f4ca549646545888989c66616e5cc429dcfb2fa8a8bc8b4de2592d91

View changes file

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.