summaryrefslogtreecommitdiffstats
path: root/package/cjson/Config.in
blob: fed61d76c77b1e5b8606e860bfc41bcdd6354bb6 (plain)
1
2
3
4
5
6
7
8
9
config BR2_PACKAGE_CJSON
	bool "cJSON"
	# For static build with cJSON.c directly see README
	depends on !BR2_PREFER_STATIC_LIB
	help
	  An ultra-lightweight, portable, single-file, simple-as-can-be ANSI-C
	  compliant JSON parser, under MIT license.

	  http://cjson.sourceforge.net/
OpenPOWER on IntegriCloud