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,9 @@
config BR2_PACKAGE_LUA_STDLIB
bool "lua-stdlib"
help
lua-stdlib is a library of modules for common programming
tasks, including list, table and functional operations,
objects, pickling, pretty-printing and command-line option
parsing.
https://github.com/lua-stdlib/lua-stdlib/

View File

@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 67eadaccbb2b6037ea70129f9616da49eaeeaf1477652a8e2cc77740286531cf stdlib-41.2.2-1.src.rock
sha256 d3177e0cd97e6ef7c459aa2c6a85f53d9b4ff091f7f296d4ed8bfaf713b6fea2 lua-stdlib-release-v41.2.2/COPYING

View File

@@ -0,0 +1,14 @@
################################################################################
#
# lua-stdlib
#
################################################################################
LUA_STDLIB_VERSION_UPSTREAM = 41.2.2
LUA_STDLIB_VERSION = $(LUA_STDLIB_VERSION_UPSTREAM)-1
LUA_STDLIB_NAME_UPSTREAM = stdlib
LUA_STDLIB_SUBDIR = lua-stdlib-release-v$(LUA_STDLIB_VERSION_UPSTREAM)
LUA_STDLIB_LICENSE = MIT
LUA_STDLIB_LICENSE_FILES = $(LUA_STDLIB_SUBDIR)/COPYING
$(eval $(luarocks-package))