]> git.lizzy.rs Git - metalua.git/blob - doc/rings/README
f3a480c0eb0eab8850222bf8d056e8c95698d827
[metalua.git] / doc / rings / README
1 Rings 1.1 - Multiple Lua States
2 (http://www.keplerproject.org/rings/)
3
4 Overview
5
6 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.
7
8 Rings is free software and uses the same license as Lua 5.1.
9
10 Download
11
12 Rings can be downloaded in source code from its LuaForge page. If you are using LuaBinaries, a Windows precompiled version of Rings can also be found at the same LuaForge page:
13 http://luaforge.net/projects/rings/files
14
15 Installation
16
17 The compiled binary file should be copied to a directory in your C path.
18 The file stable.lua should be copied to a directory in your Lua path. 
19
20
21 History
22
23 Version 1.1 [11/Jun/2007]
24     Adapted to work with Lua 5.1.
25 Version 1.0 [10/Mar/2006]
26     First public version, works with Lua 5.0.
27
28 Credits
29
30 Rings was designed by Roberto Ierusalimschy and Tomás Guisasola as part of the Kepler Project. The implementation was coded by Tomás Guisasola.
31
32 Rings development was sponsored by Fábrica Digital.
33
34 For more information please contact us (info at keplerproject dot org). Comments are welcome!
35
36 You can also reach other Kepler developers and users on the Kepler Project mailing list.