[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_BIT32
bool "lua-bit32"
help
bit32 is the native Lua 5.2 bit manipulation library, in the
version from Lua 5.3; it is compatible with Lua 5.1, 5.2 and
5.3.
http://www.lua.org/manual/5.2/manual.html#6.7

View File

@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 0e273427f2b877270f9cec5642ebe2670242926ba9638d4e6df7e4e1263ca12c bit32-5.3.5.1-1.src.rock
sha256 1b24f475812c979684fb3469f6faccbdc7c33c9d39421728aa0d78deda5a89a5 lua-compat-5.3-0.10/LICENSE

View File

@ -0,0 +1,13 @@
################################################################################
#
# lua-bit32
#
################################################################################
LUA_BIT32_VERSION = 5.3.5.1-1
LUA_BIT32_NAME_UPSTREAM = bit32
LUA_BIT32_SUBDIR = lua-compat-5.3-0.10
LUA_BIT32_LICENSE = MIT
LUA_BIT32_LICENSE_FILES = $(LUA_BIT32_SUBDIR)/LICENSE
$(eval $(luarocks-package))