Config.in.host 375 B

1234567891011
  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
  5. filter and map and transform structured data with the same
  6. ease that sed, awk, grep and friends let you play with text.
  7. As a host tool, jq can be useful to create/edit/merge/check
  8. JSON files from a post-build script.
  9. http://stedolan.github.io/jq/