Config.in 380 B

123456789101112
  1. config BR2_PACKAGE_JQ
  2. bool "jq"
  3. depends on BR2_TOOLCHAIN_HAS_THREADS
  4. help
  5. jq is like sed for JSON data - you can use it to slice and
  6. filter and map and transform structured data with the same
  7. ease that sed, awk, grep and friends let you play with text.
  8. https://jqlang.github.io/jq/
  9. comment "jq needs a toolchain w/ threads"
  10. depends on !BR2_TOOLCHAIN_HAS_THREADS