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
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))