configs: mx53loco: Bump U-Boot version to 2016.07
[buildroot-gz.git] / package / jq / Config.in
blob9329b2fb35d8891ac98b53067d552081cd4d7f2c
1 config BR2_PACKAGE_JQ
2         bool "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           http://stedolan.github.io/jq/