lua-users home
lua-l archive

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


Hi all.

This is my first public announcement of LuaPlugged:
http://luaforge.net/projects/plugged

LuaPlugged provides a (almost) fully CMake'ified build system for Lua
where most options found in luaconf.h can be configured with cmake. 

Lua can be compiled with C or C++ (a C++ wrapper library with some
extensions I find useful is also present).

In addition, it allows to select additional patches (currently the
bug-fixes as published on http://www.lua.org/bugs.html, a re-entrant
patch [untested] and the LNUM patch http://luaforge.net/projects/lnum/),
as well as modules (currently LuaFileSystem and the Qt-bindings from
http://repo.or.cz/w/lqt.git).

Feedback more than welcome (including harsh critique...).

Cheers,
George (Juergen Sawinski)