lua-users home
lua-l archive

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


Hi there !

Thanks to the help from Hisham and Peter from luarocks and luadist respectively, I am happy to announce the first release of two lubyk modules. These are compatible with lua 5.1 and 5.2.

lub
===

This library contains core parts needed by other modules in lubyk. Actually, the Scheduler
and timing code is not in this release because I want to remove the dependency on zmq for
polling.

* lub          : Utility functions
* lub.Template : {{moustache}} templating class inspired by Zed A. Shaw's templates for Tir.

Full documentation: http://doc.lubyk.org/lub.html
Install: lua[rocks/dist] install lub

lut
===

This library contains utility classes not required during runtime such as testing and documenting.

* lut.Test : Simple to use unit testing framework.
* lut.Doc  : Generate pretty html documentation from lua code. Also supports "literate programming"
             style for tutorials and mathematical equations (latex).

Full documentation: http://doc.lubyk.org/lut.html
Install: lua[rocks/dist] install lut

Cheers,

Gaspard