mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
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
|