Files
domo/bsp/buildroot-2017.02.11/package/jq/Config.in
2018-05-22 15:35:47 +02:00

9 lines
261 B
Plaintext

config BR2_PACKAGE_JQ
bool "jq"
help
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.
http://stedolan.github.io/jq/