package/xfont_font-cronyx-cyrillic: add hash file
[buildroot-gz.git] / package / benejson / Config.in
blobcb86d672d411ad400de7e2c41652fbaae6135e39
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:
8           - benejson.js: SAX-style parser written in Javascript
9           - PullParser: A C++ class for JSON pull parsing
10           - Core: The parsing core with minimal dependencies
12           https://codehero.github.io/benejson/
14 comment "benejson needs a toolchain w/ C++"
15         depends on !BR2_INSTALL_LIBSTDCPP