lua-users home
lua-l archive

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


On Fri, Oct 8, 2010 at 10:41 AM, HyperHacker <hyperhacker@gmail.com> wrote:
> Mhm, that was the document I was looking at (which appears to be
> nearly two years old and not linked from the LuaForge page). I
> installed the rock and no go:
>> print(lanes)
> nil

Looks fine here (also installed with LuaRocks)

$ lua -llanes
Lua 5.1.4  Copyright (C) 1994-2008 Lua.org, PUC-Rio
> =  lanes
table: 0x8308818

> Does LuaRocks also install documentation somewhere?

It may ;)  Depending on whether the packager thought it was important
or not.  In this case, it would probably be exactly the same document
that link refers to.

steve d.