lua-users home
lua-l archive

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


Hello everybody,

Happy to announce a new release of Omnia[1]

Omnia is another Lua 5.3 build system similar to LuaDist[2] and luabuild[3].

Changelog:
* Update to Lua 5.3.3. Including current bug fixes.
* Update luastatic to 0.0.4.
* Add lfs 1.6.3.
* Adapt md5 module from luahash 0.00 (Lua 5.3 support).
* Simplify definition of modules in the top-level Makefile.
* Add support for Lua modules that has multiple level directory layouts.
* Add detection for GCC >= 5 versions.
* Fix LTO compilation on systems that has split GCC toolchains.

Get it here[4].

[1]https://github.com/tongson/omnia
[2]http://luadist.org/
[3]https://github.com/stevedonovan/luabuild
[4]https://github.com/tongson/omnia/releases/tag/v0.4.0

Regards.