xref: /OK3568_Linux_fs/buildroot/package/lua-valua/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_LUA_VALUA
2	bool "lua-valua"
3	help
4	  This module provides tools for validating values, very useful
5	  in forms, but also usable elsewhere. It works in appended
6	  chains. Create a new validation object and start chaining
7	  your test functions.
8
9	  https://github.com/sailorproject/valua
10