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