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

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_LUA_VALUA
bool "lua-valua"
help
This module provides tools for validating values, very useful
in forms, but also usable elsewhere. It works in appended
chains. Create a new validation object and start chaining
your test functions.
https://github.com/sailorproject/valua

View File

@@ -0,0 +1,3 @@
# computed by luarocks/buildroot
sha256 bff39692fd2ac3590fd814aa1b1ca33e5d5971092955309aa8424b02b88ce1a3 valua-0.3-1.src.rock
sha256 3444c2e739c88e41e327c6cd15e4a50fea8988570642bad6e6a43d50a7f7961f valua/LICENSE

View File

@@ -0,0 +1,13 @@
################################################################################
#
# lua-valua
#
################################################################################
LUA_VALUA_VERSION = 0.3-1
LUA_VALUA_NAME_UPSTREAM = valua
LUA_VALUA_SUBDIR = valua
LUA_VALUA_LICENSE = MIT
LUA_VALUA_LICENSE_FILES = $(LUA_VALUA_SUBDIR)/LICENSE
$(eval $(luarocks-package))