1 config BR2_PACKAGE_LUAPOSIX
3 depends on BR2_PACKAGE_HAS_LUAINTERPRETER
4 # "bit32" is included in Lua 5.2+. luajit has an equivalent
5 # "bit" module, but since it has a different name, luaposix
7 select BR2_PACKAGE_LUA_BIT32 if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
9 This is a POSIX binding for LuaJIT, Lua 5.1, 5.2 and 5.3;
10 like most libraries it simply binds to C APIs on the
11 underlying system, so it won't work on non-POSIX systems.
12 However, it does try to detect the level of POSIX conformance
13 of the underlying system and bind only available APIs.
15 https://github.com/luaposix/luaposix