2013-09-26 03:09:55 +02:00
|
|
|
config BR2_PACKAGE_JQ
|
|
|
|
bool "jq"
|
2020-07-18 23:11:34 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
2013-09-26 03:09:55 +02:00
|
|
|
help
|
2017-07-31 15:53:47 +02:00
|
|
|
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.
|
2013-09-26 03:09:55 +02:00
|
|
|
|
|
|
|
http://stedolan.github.io/jq/
|
2020-07-18 23:11:34 +02:00
|
|
|
|
|
|
|
comment "jq needs a toolchain w/ threads"
|
|
|
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|