xref: /OK3568_Linux_fs/buildroot/package/lua-std-normalize/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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