[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Stdlib 34.1 released
- From: "Gary V. Vaughan" <gary@...>
- Date: Mon, 1 Apr 2013 15:50:12 +0700
I am happy to announce the release of Stdlib 34.1,
General Lua Libraries.
This is a maintenance release to quickly fix a breakage in getopt
from release v34. Getopt no longer parses non-options, but stops
on the first non-option... if a use case for the other method
comes up, we can always add it back in.
Install it as luarock stdlib-34.1 (see
http://luarocks.org/repositories/rocks )
Most simply:
luarocks install stdlib
(You may need to wait a while after this announcement lands before the
rocks are available.)
Stdlib's home page is at http://github.com/rrthomas/lua-stdlib/