]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - Config.in
bbe4c4a968fb08352697c9873960427c120aea62
[packages/trusty/cirros-testvm.git] / Config.in
1 config BR2_PACKAGE_CJSON
2         bool "cJSON"
3         # For static build with cJSON.c directly see README
4         depends on !BR2_STATIC_LIBS
5         help
6           An ultra-lightweight, portable, single-file, simple-as-can-be ANSI-C
7           compliant JSON parser, under MIT license.
8
9           http://cjson.sourceforge.net/