mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
homepage switches to https readme.txt becomes readme.md see changes on https://dkolf.de/dkjson-lua/ Signed-off-by: Francois Perrad <francois.perrad.86@gmail.com> Signed-off-by: Julien Olivain <ju.o@free.fr>
10 lines
250 B
Plaintext
10 lines
250 B
Plaintext
config BR2_PACKAGE_LUA_DKJSON
|
|
bool "lua-dkjson"
|
|
help
|
|
David Kolf's JSON module for Lua.
|
|
|
|
dkjson is written in Lua without any dependencies, but
|
|
when LPeg is available dkjson can use it to speed up decoding.
|
|
|
|
https://dkolf.de/dkjson-lua/
|