summaryrefslogtreecommitdiffstats
path: root/rules/jsoncpp.in
blob: afdd3a149063107f85bd978aa002e2ce78196477 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=system_libraries

config JSONCPP
	tristate
	prompt "jsoncpp"
	select HOST_MESON
	help
	  JsonCpp is a C++ library that allows manipulating JSON values,
	  including serialization and deserialization to and from strings. It
	  can also preserve existing comment in unserialization/serialization
	  steps, making it a convenient format to store user input files.