2c96f13266f24e0ce9cd4ae437faabf67900b138
[packages/trusty/cirros-testvm.git] / 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