diff options
author | abooksigun <abooksigun09@gmail.com> | 2019-08-24 07:59:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-08-24 08:23:03 +0700 |
commit | 4ec97e498e8bd77accba8f71b00f1e883e18322f (patch) | |
tree | 36a0ee07d2607b539b54f6d840a348e520e5d025 /libraries/lua-posix/README | |
parent | c7e85b8b8c35357edcf831191d18703845d31039 (diff) | |
download | slackbuilds-4ec97e498e8bd77accba8f71b00f1e883e18322f.tar.gz |
libraries/lua-posix: Added (Lua bindings for POSIX).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/lua-posix/README')
-rw-r--r-- | libraries/lua-posix/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/lua-posix/README b/libraries/lua-posix/README new file mode 100644 index 0000000000..51e11febe1 --- /dev/null +++ b/libraries/lua-posix/README @@ -0,0 +1,5 @@ +A library binding various POSIX APIs. POSIX is the IEEE Portable +Operating System Interface standard. luaposix is based on lposix. + +Optional Dependency: lua52, lua53. +Default support for all versions of Lua installed before build. |