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 / jsoncpp / Config.in
1 config BR2_PACKAGE_JSONCPP
2         depends on BR2_INSTALL_LIBSTDCPP
3         bool "jsoncpp"
4         help
5           JsonCpp is a C++ library that allows manipulating JSON
6           values, including serialization and deserialization to and
7           from strings. It can also preserve existing comment in
8           unserialization/serialization steps, making it a convenient
9           format to store user input files.
10
11           https://github.com/open-source-parsers/jsoncpp
12
13 comment "jsoncpp needs a toolchain w/ C++"
14         depends on !BR2_INSTALL_LIBSTDCPP