lua-users home
lua-l archive

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


On Sun, Aug 31, 2008 at 10:54 AM, Mark Meijer <meijer78@gmail.com> wrote:
> Thanks all for your replies.
>
>
> 2008/8/28 Ralph Hempel <rhempel@hempeldesigngroup.com>:
>> This is why I've been trying to update rockspecs for module builds that
>> only specify the source required to build the rocks. So far I've got
>> the three rocks I use the most - lfs, luasocket, and luasql - built
>> using the updated rockspec.
>
> I didn't find LuaSQL in the default luarocks repository, but
> LuaFileSystem and LuaSocket installed smoothly. If that is thanks to
> you, then thanks a bunch :-) I use those a lot as well.

The latest version of LuaSQL is still in release candidate status, and
its rocks are in the "rocks-cvs" repository. You can try this:

luarocks search luasql --from=http://luarocks.luaforge.net/rocks-cvs/

-- Hisham