configs/imx6ulpico: Use common script for image generation
[buildroot-gz.git] / package / luaposix / Config.in
blob9707cdeeff50a5cf6d7f50ff178e434dfb910cb3
1 config BR2_PACKAGE_LUAPOSIX
2         bool "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
6         help
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