]> review.fuel-infra Code Review - packages/trusty/cirros-testvm.git/blob - cirros-testvm/src-cirros/buildroot-2015.05/package/json-c/Config.in
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 / json-c / Config.in
1 config BR2_PACKAGE_JSON_C
2         bool "json-c"
3         help
4           JSON-C - A JSON implementation in C
5
6           JSON-C implements a reference counting object model that
7           allows you to easily construct JSON objects in C, output
8           them as JSON formatted strings and parse JSON formatted
9           strings back into the C representation of JSON objects.
10
11           https://github.com/json-c/json-c/