[Mod] First commit

This commit is contained in:
2022-10-31 22:18:58 +08:00
commit 1c8a3d9709
13090 changed files with 526733 additions and 0 deletions

View File

@ -0,0 +1,8 @@
config BR2_PACKAGE_LUA_BASEXX
bool "lua-basexx"
help
A Lua library which provides base2(bitfield), base16(hex),
base32(crockford/rfc), base64(rfc/url), base85(z85) decoding
and encoding.
https://github.com/aiq/basexx

View File

@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 3f6a7134a518676d73a9ba80437487de9a7d482e54859a96c0c5d8b381b0a8c6 basexx-0.4.1-1.src.rock
sha256 a1826a43c9e04f9e9b2e5d26d636c656812483bcd513618eec9d72cee69d446b basexx-0.4.1/LICENSE

View File

@ -0,0 +1,12 @@
################################################################################
#
# lua-basexx
#
################################################################################
LUA_BASEXX_VERSION = 0.4.1-1
LUA_BASEXX_NAME_UPSTREAM = basexx
LUA_BASEXX_LICENSE = MIT
LUA_BASEXX_LICENSE_FILES = $(LUA_BASEXX_SUBDIR)/LICENSE
$(eval $(luarocks-package))