xref: /OK3568_Linux_fs/buildroot/package/jq/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_JQ
2*4882a593Smuzhiyun	bool "jq"
3*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
4*4882a593Smuzhiyun	help
5*4882a593Smuzhiyun	  jq is like sed for JSON data - you can use it to slice and
6*4882a593Smuzhiyun	  filter and map and transform structured data with the same
7*4882a593Smuzhiyun	  ease that sed, awk, grep and friends let you play with text.
8*4882a593Smuzhiyun
9*4882a593Smuzhiyun	  http://stedolan.github.io/jq/
10*4882a593Smuzhiyun
11*4882a593Smuzhiyuncomment "jq needs a toolchain w/ threads"
12*4882a593Smuzhiyun	depends on !BR2_TOOLCHAIN_HAS_THREADS
13