First commit of Shredos v2021.08.2_19_x86-64_0.32.014

This commit is contained in:
PartialVolume
2021-11-23 23:01:30 +00:00
commit 49625f0571
12651 changed files with 532695 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))