Config.in 479 B

123456789101112131415
  1. config BR2_PACKAGE_BENEJSON
  2. bool "benejson"
  3. depends on BR2_INSTALL_LIBSTDCPP
  4. help
  5. benejson is a buffering SAX-style JSON parser library.
  6. The library package contains 3 major components:
  7. - benejson.js: SAX-style parser written in Javascript
  8. - PullParser: A C++ class for JSON pull parsing
  9. - Core: The parsing core with minimal dependencies
  10. https://codehero.github.io/benejson/
  11. comment "benejson needs a toolchain w/ C++"
  12. depends on !BR2_INSTALL_LIBSTDCPP