initial buildroot for linux 5.15
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
config BR2_PACKAGE_LUA_CJSON
|
||||
bool "lua-cjson"
|
||||
help
|
||||
The Lua CJSON module provides JSON support for Lua.
|
||||
It features:
|
||||
- Fast, standards compliant encoding/parsing routines
|
||||
- Full support for JSON with UTF-8, including decoding
|
||||
surrogate pairs
|
||||
- Optional run-time support for common exceptions to the JSON
|
||||
specification (infinity, NaN, ...)
|
||||
- No dependencies on other libraries
|
||||
|
||||
(C-module)
|
||||
|
||||
http://www.kyne.com.au/~mark/software/lua-cjson.php
|
||||
@@ -0,0 +1,3 @@
|
||||
# computed by luarocks/buildroot
|
||||
sha256 455fa7d07d8ac9d61f68f538958f8e28972256f38b0a1c2740873daf809d1837 lua-cjson-2.1.0.6-1.src.rock
|
||||
sha256 9576e82ef5013fbe80b3bd446a7d9ddd47328baa2186c31d3d885e2a9a8cd31e lua-cjson/LICENSE
|
||||
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# lua-cjson
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LUA_CJSON_VERSION = 2.1.0.6-1
|
||||
LUA_CJSON_SUBDIR = lua-cjson
|
||||
LUA_CJSON_LICENSE = MIT
|
||||
LUA_CJSON_LICENSE_FILES = $(LUA_CJSON_SUBDIR)/LICENSE
|
||||
|
||||
$(eval $(luarocks-package))
|
||||
Reference in New Issue
Block a user