slackbuilds_ponce/libraries/lua-posix/README
B. Watson de0eccc072 libraries/lua-posix: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-13 15:49:45 -04:00

10 lines
405 B
Text

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