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