package/lua-ubjson: new package

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Francois Perrad 2023-12-06 10:39:42 +01:00 committed by Thomas Petazzoni
parent 85882c69a9
commit 601fef4ab5
4 changed files with 22 additions and 0 deletions

View File

@ -761,6 +761,7 @@ menu "Lua libraries/modules"
source "package/lua-std-normalize/Config.in"
source "package/lua-stdlib/Config.in"
source "package/lua-testmore/Config.in"
source "package/lua-ubjson/Config.in"
source "package/lua-utf8/Config.in"
source "package/lua-valua/Config.in"
source "package/lua-zlib/Config.in"

View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_LUA_UBJSON
bool "lua-ubjson"
select BR2_PACKAGE_LUA_COMPAT53 if BR2_PACKAGE_LUAINTERPRETER_ABI_VERSION_5_1 # runtime
help
a pure Lua implementation of UBJSON.
https://fperrad.frama.io/lua-ubjson/

View File

@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 6605a6a0ca5f6cb8ec1aac14840adcdc6b359f5d8666fb3d224510e8d73c43b9 lua-ubjson-0.1.0-1.src.rock
sha256 c85f6b3d47bcde28fd15bc7e361cdc5ec6b580819f4a891e29cf89513abbadd2 lua-ubjson-0.1.0/COPYRIGHT

View File

@ -0,0 +1,11 @@
################################################################################
#
# lua-ubjson
#
################################################################################
LUA_UBJSON_VERSION = 0.1.0-1
LUA_UBJSON_LICENSE = MIT
LUA_UBJSON_LICENSE_FILES = $(LUA_UBJSON_SUBDIR)/COPYRIGHT
$(eval $(luarocks-package))