[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] lub and lut release
- From: Gaspard Bucher <gaspard@...>
- Date: Tue, 9 Apr 2013 10:29:26 +0200
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.
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).
Install: lua[rocks/dist] install lut