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-12 years ago2,582 downloads
20170920-16 years ago1,821 downloads
20170920-06 years ago71 downloads
20170511-06 years ago51 downloads
20161026-17 years ago133 downloads
20161026-08 years ago80 downloads
20150923-08 years ago58 downloads
scm-0dev8 years ago(revision: 2)3 downloads

Dependency for

daemonparts, diskqueue, spawn, web-driver

Labels

Manifests