cb86d672d411ad400de7e2c41652fbaae6135e39
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / benejson / Config.in
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
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
11
12           https://codehero.github.io/benejson/
13
14 comment "benejson needs a toolchain w/ C++"
15         depends on !BR2_INSTALL_LIBSTDCPP