[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

7
package/lpeg/Config.in Normal file
View File

@ -0,0 +1,7 @@
config BR2_PACKAGE_LPEG
bool "lpeg"
help
LPeg is a new pattern-matching library for Lua,
based on Parsing Expression Grammars (PEGs).
http://www.inf.puc-rio.br/~roberto/lpeg.html

2
package/lpeg/lpeg.hash Normal file
View File

@ -0,0 +1,2 @@
# computed by luarocks/buildroot
sha256 e0d0d687897f06588558168eeb1902ac41a11edd1b58f1aa61b99d0ea0abbfbc lpeg-1.0.2-1.src.rock

10
package/lpeg/lpeg.mk Normal file
View File

@ -0,0 +1,10 @@
################################################################################
#
# lpeg
#
################################################################################
LPEG_VERSION = 1.0.2-1
LPEG_LICENSE = MIT
$(eval $(luarocks-package))