lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I am happy to announce the release of stdlib 30,
General Lua libraries.

This release changes some modules to be written in a Lua 5.2 style (but not
the way they work with 5.1). Some fixes and improvements were made to the
build system. Bugs in the die function, the parser module, and a nasty bug
in the set module introduced in the last release (29) were fixed.

Install it as luarock stdlib-30 (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/