1f4c7c79828b510819f9ccf9d18465f21c97b069
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / lua-cjson / Config.in
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
11
12           (C-module)
13
14           http://www.kyne.com.au/~mark/software/lua-cjson.php