[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: New release of "standard" Lua libraries
- From: "John Belmonte" <jvb@...>
- Date: Fri, 1 Feb 2002 18:27:22 +0900
Reuben Thomas wrote:
> I would like to see these libraries become the basis
> for a community-maintained set of standard Lua
> libraries. If anyone is interested in setting up a project
> to do this, please contact me. I would envisage a
> simple SourceForge project with access to the code,
> auto-generated documentation, and a Wiki for
> discussion of development. Perhaps this could be
> part of lua-users.org?
Here are a few possibilities:
* use the lua-users sourceforge project. It's a normal project with cvs
repository, file release system, etc. You're also welcome to use the web
hosting (make a new tree like http://lua-users.org/stdlib/, set up another
wiki, etc).
* set up development somewhere else and put it under a lua-users subdomain
(like http://stdlib.lua-users.org/).
Of course we don't know which standard library will become _the_ "stdlib".
--John