python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / luaposix / Config.in
blob91abcb9e3249b4226396f475476943ab47a0b37a
1 config BR2_PACKAGE_LUAPOSIX
2         bool "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
6         # doesn't find it.
7         select BR2_PACKAGE_LUA_BIT32 if BR2_PACKAGE_LUA_5_1 || BR2_PACKAGE_LUAJIT
8         help
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