2013-03-28 03:15:19 +01:00
|
|
|
config BR2_PACKAGE_RAPIDJSON
|
|
|
|
bool "rapidjson"
|
2017-05-04 21:37:10 +02:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2013-03-28 03:15:19 +01:00
|
|
|
help
|
|
|
|
A fast JSON parser/generator for C++ with both SAX/DOM style API.
|
|
|
|
|
2015-07-02 04:59:12 +02:00
|
|
|
http://rapidjson.org/
|
2017-05-04 21:37:10 +02:00
|
|
|
|
|
|
|
comment "rapidjson needs a toolchain w/ C++"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|