xref: /OK3568_Linux_fs/buildroot/package/valijson/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_VALIJSON
2*4882a593Smuzhiyun	bool "valijson"
3*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
4*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
5*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
6*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST
7*4882a593Smuzhiyun	select BR2_PACKAGE_BOOST_REGEX
8*4882a593Smuzhiyun	help
9*4882a593Smuzhiyun	  Valijson is a header-only JSON Schema Validation library for
10*4882a593Smuzhiyun	  C++. Valijson provides a simple validation API that allows
11*4882a593Smuzhiyun	  you load JSON Schemas, and validate documents loaded by one
12*4882a593Smuzhiyun	  of several supported parser libraries like boost, jsoncpp,
13*4882a593Smuzhiyun	  rapidjson and picoJSON.
14*4882a593Smuzhiyun
15*4882a593Smuzhiyun	  https://github.com/tristanpenman/valijson
16*4882a593Smuzhiyun
17*4882a593Smuzhiyuncomment "valijson needs a toolchain w/ C++, threads, wchar  support"
18*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP  || !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
19