1 config BR2_PACKAGE_LUAPOSIX
3 depends on BR2_PACKAGE_HAS_LUAINTERPRETER
4 select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA_5_1
5 # LuaBitOp is already included in LuaJIT
7 This is a POSIX binding for LuaJIT, Lua 5.1, 5.2 and 5.3;
8 like most libraries it simply binds to C APIs on the
9 underlying system, so it won't work on non-POSIX systems.
10 However, it does try to detect the level of POSIX conformance
11 of the underlying system and bind only available APIs.
13 https://github.com/luaposix/luaposix