This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions
+7
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
+3
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
+16
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))