lua-users home
lua-l archive

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


Rings is a library which provides a way to create new Lua states from
within Lua.
It also offers a simple way to communicate between the creator
(master) and the created (slave) states.

Version 1.2.1 changes:
* Fixed bug [#2074] - Rings uses the deprecated function luaL_openlib
(patch by Ignacio Burgueño)

Rings is free software and uses the same license as Lua 5.1.

For more information see: http://www.keplerproject.org/rings/

If you are using LuaRocks, just type "luarocks install rings"

Feedback is welcome,

André