[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] luaposix 5.1.24 released
- From: rrt@...
- Date: Fri, 15 Feb 2013 23:41:25 +0000
I am happy to announce the release of luaposix 5.1.24,
Lua bindings for POSIX (including curses).
This release adds isatty and constants STDIN_FILENO, STDOUT_FILENO and
STDERR_FILENO, fixes a bug in readlink, adds a day field to time tables for
compatibility with os.date, and overhauls the build and release system.
Install it as luarock luaposix-5.1.24 (see
http://luarocks.org/repositories/rocks )
Most simply:
luarocks install luaposix
(You may need to wait a while after this announcement lands before the
rocks are available.)
luaposix's home page is at http://github.com/luaposix/luaposix/