package/rpi-userland: don't install file in random location
[buildroot-gz.git] / package / lua-cjson / Config.in
blob1f4c7c79828b510819f9ccf9d18465f21c97b069
1 config BR2_PACKAGE_LUA_CJSON
2         bool "lua-cjson"
3         depends on BR2_PACKAGE_HAS_LUAINTERPRETER
4         help
5           The Lua CJSON module provides JSON support for Lua. It features:
6           - Fast, standards compliant encoding/parsing routines
7           - Full support for JSON with UTF-8, including decoding surrogate pairs
8           - Optional run-time support for common exceptions to the JSON
9             specification (infinity, NaN, ...)
10           - No dependencies on other libraries
12           (C-module)
14           http://www.kyne.com.au/~mark/software/lua-cjson.php