buildrootschalter/package/luajson/Config.in
Francois Perrad d8ac059cb3 luajson: new package
[Thomas: explicitly mention that lpeg is a run-time dependency, and
simplify the version specification. Both comments were made by
Arnout.]

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2014-03-01 16:05:29 +01:00

10 lines
213 B
Plaintext

config BR2_PACKAGE_LUAJSON
bool "luajson"
# run-time dependency
select BR2_PACKAGE_LPEG
help
LuaJSON is a customizable JSON decoder/encoder
using LPEG for parsing.
http://github.com/harningt/luajson