slackbuilds/libraries/lua-posix
Andrew Clemons 250199adf3
libraries/lua-posix: Install in lib64 on x86_64.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-08-25 12:11:32 +07:00
..
README
lua-posix.SlackBuild libraries/lua-posix: Install in lib64 on x86_64. 2021-08-25 12:11:32 +07:00
lua-posix.info
slack-desc

README

A library binding various POSIX APIs. POSIX is the IEEE Portable
Operating System Interface standard. luaposix is based on lposix.

This require one version of Lua installed (lua, lua52, lua53, luajit):
Default support for all versions of Lua installed before build.
To specify which Lua versions:
  LUAVER="vers"
"vers" must be one or more of "5.1 5.2 5.3 jit" in the right order separated with space