openbsd-ports/devel/luarings/files/init.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

5 lines
154 B
Lua

-- $OpenBSD: init.lua,v 1.1.1.1 2006/03/21 21:02:52 pedro Exp $
-- luarings' initialization steps
lua_addpath("@ringspath@")
lua_addcpath("@ringscpath@")