The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / cjson / 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/