lua-users home
lua-l archive

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


Hi all,

Penlight is a set of general-purpose Lua libraries.

This release sorts out Lua 5.3 issues and general bug fixes - see [1]

New version is available through LuaRocks;  penlight-scm-1 has also
been updated so you can track the repo changes.  Otherwise, you can
grab from Github or directly download [2] - put the pl directory on
your Lua module path.  The rockspec just pulls in the library code,
but the zip contains the full source. Online docs are available as
always at [3].  (But [4])

The community has been very generous in raising issues and submitting
pull requests, thanks to all.

There are still some outstanding issues and we'll track them down...

steve d.


[1] https://github.com/stevedonovan/Penlight/blob/master/CHANGES.md
[2] http://stevedonovan.github.io/files/penlight-1.3.2.zip
[3] http://stevedonovan.github.io/Penlight/api/index.html
[4] idea floating around: a penlight-dev rock which additionally
installs documentation and tests on a machine. Anyone like this?