Config.in 496 B

12345678910111213
  1. config BR2_PACKAGE_LUAPOSIX
  2. bool "luaposix"
  3. select BR2_PACKAGE_LUABITOP if BR2_PACKAGE_LUA
  4. # LuaBitOp is already included in LuaJIT
  5. help
  6. luaposix is a POSIX binding, including curses, for Lua 5.1
  7. and 5.2; Like most libraries it simply binds to C APIs on
  8. the underlying system, so it won't work on a non-POSIX
  9. system. However, it does try to detect the level of POSIX
  10. conformance of the underlying system and bind only available
  11. APIs
  12. https://github.com/luaposix/luaposix