blob: 685c688561f1358afb9a33484f3c20e90cf0267c (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|