buildroot/package/lua-std-normalize/Config.in
James Hilliard 43780ca1b2 package/lua-std-normalize: new package
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Acked-by: Francois Perrad <francois.perrad@gadz.org>
[Thomas:
 - add entry to DEVELOPERS file
 - drop useless dependency in Config.in
 - fix path to license file
 - add hash of license file]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-12-30 15:05:48 +01:00

13 lines
520 B
Plaintext

config BR2_PACKAGE_LUA_STD_NORMALIZE
bool "lua-std-normalize"
select BR2_PACKAGE_LUA_STD_DEBUG # runtime
help
This module can inject deterministic versions of core Lua
functions that do not behave identically across all
supported Lua implementations into your module's lexical
environment. Each function is as thin and fast a version as
is possible in each Lua implementation, evaluating to the
Lua C implementation with no overhead when semantics allow.
https://lua-stdlib.github.io/normalize