xref: /OK3568_Linux_fs/buildroot/package/luajson/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LUAJSON
2	bool "luajson"
3	select BR2_PACKAGE_LPEG # runtime
4	help
5	  LuaJSON is a customizable JSON decoder/encoder
6	  using LPEG for parsing.
7
8	  http://github.com/harningt/luajson
9