2
1

Config.in 492 B

1234567891011121314
  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. https://github.com/open-source-parsers/jsoncpp
  11. comment "jsoncpp needs a toolchain w/ C++"
  12. depends on !BR2_INSTALL_LIBSTDCPP