b9391c7dd2
boost is not mandatory since the deactivation of tests when bumping to version 0.2.0 in commitd8e2876104
and1844241d2a
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
15 lines
489 B
Plaintext
15 lines
489 B
Plaintext
config BR2_PACKAGE_VALIJSON
|
|
bool "valijson"
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
|
help
|
|
Valijson is a header-only JSON Schema Validation library for
|
|
C++. Valijson provides a simple validation API that allows
|
|
you load JSON Schemas, and validate documents loaded by one
|
|
of several supported parser libraries like boost, jsoncpp,
|
|
rapidjson and picoJSON.
|
|
|
|
https://github.com/tristanpenman/valijson
|
|
|
|
comment "valijson needs a toolchain w/ C++"
|
|
depends on !BR2_INSTALL_LIBSTDCPP
|