You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
307 B
9 lines
307 B
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
|
|
|