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

config YAJL
	tristate
	prompt "yajl"
	select HOST_CMAKE
	help
	  Yet Another JSON Library.

	  A small, fast library for parsing JavaScript Object Notation (JSON).
	  It supports incremental parsing from a stream and leaves data
	  representation to higher level code.