jq: new package
commit632fbed88dc91d882519a98d7cba91047cefc9c8
authorDanomi Manchego <danomimanchego123@gmail.com>
Thu, 26 Sep 2013 01:09:55 +0000 (25 21:09 -0400)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 27 Oct 2013 10:58:11 +0000 (27 11:58 +0100)
tree22d6d000a5f7aa328df0b3b06855c46e4cbd9326
parent5a4a11a5d1388cf358df8191acea990718fc8704
jq: new package

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.

[Peter: fix license, add flex/bison deps, force c99]
Signed-off-by: Danomi Manchego <danomimanchego123@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/Config.in
package/jq/Config.in [new file with mode: 0644]
package/jq/jq.mk [new file with mode: 0644]