d8ac059cb3
[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>
10 lines
213 B
Plaintext
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
|