[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,7 @@
config BR2_PACKAGE_LUA_STD_DEBUG
bool "lua-std-debug"
help
Manage an overall debug state, and associated hint
substates.
http://lua-stdlib.github.io/_debug

View File

@ -0,0 +1,3 @@
# Locally calculated
sha256 7f6b84283d4b78dafee17e7765dd5f1f8e75c3314169977f4dda0e7873616ce2 std._debug-1.0.1-1.src.rock
sha256 034abdbbe9a13899c813509776d1e04af81bc58c2982b704c8b3663549504a31 _debug-1.0.1/LICENSE.md

View File

@ -0,0 +1,16 @@
################################################################################
#
# lua-std-debug
#
################################################################################
LUA_STD_DEBUG_VERSION_UPSTREAM = 1.0.1
LUA_STD_DEBUG_VERSION = $(LUA_STD_DEBUG_VERSION_UPSTREAM)-1
LUA_STD_DEBUG_NAME_UPSTREAM = std._debug
LUA_STD_DEBUG_SUBDIR = _debug-$(LUA_STD_DEBUG_VERSION_UPSTREAM)
LUA_STD_DEBUG_ROCKSPEC = $(LUA_STD_DEBUG_NAME_UPSTREAM)-$(LUA_STD_DEBUG_VERSION).rockspec
LUA_STD_DEBUG_SOURCE = $(LUA_STD_DEBUG_NAME_UPSTREAM)-$(LUA_STD_DEBUG_VERSION).src.rock
LUA_STD_DEBUG_LICENSE = MIT
LUA_STD_DEBUG_LICENSE_FILES = $(LUA_STD_DEBUG_SUBDIR)/LICENSE.md
$(eval $(luarocks-package))