python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / jq / Config.in.host
bloba0aabc0b3041cc6a3130b2cf3dfccc8bd9318c35
1 config BR2_PACKAGE_HOST_JQ
2         bool "host jq"
3         help
4           jq is like sed for JSON data - you can use it to slice and filter
5           and map and transform structured data with the same ease that sed,
6           awk, grep and friends let you play with text.
8           As a host tool, jq can be useful to create/edit/merge/check JSON
9           files from a post-build script.
11           http://stedolan.github.io/jq/