openbsd-ports/devel/luarings/files/rings.lua
pedro 03a4160d9a 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.
2006-03-21 21:02:52 +00:00

3 lines
87 B
Lua

-- $OpenBSD: rings.lua,v 1.1.1.1 2006/03/21 21:02:52 pedro Exp $
require("rings.core")