Lua Unix Module.

$ luarocks install lunix

lunix is a bindings library module to common Unix system APIs. The module is regularly tested with Linux (glibc and musl), OS X, FreeBSD, NetBSD, OpenBSD, Solaris, and AIX. The best way to describe it is in contradistinction to luaposix, the most popular bindings module for Unix APIs in Lua.

Unlike luaposix, it strives to be as thread-safe as possible on the host platform. Interfaces like strerror_r and O_CLOEXEC are used throughout. The module even includes a novel solution for the inherently non-thread-safe umask system call, where calling umask from one thread might result in another thread creating a file with unsafe or unexpected permissions.

Versions

20220331-11 year ago681 downloads
20170920-14 years ago1,761 downloads
20170920-04 years ago45 downloads
20170511-05 years ago25 downloads
20161026-16 years ago107 downloads
20161026-06 years ago39 downloads
20150923-07 years ago32 downloads
scm-0dev6 years ago(revision: 2)3 downloads

Dependency for

daemonparts, spawn, web-driver

Labels

Manifests