[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] stdlib release 8
- From: Ignacio Burgueño <ignaciob@...>
- Date: Thu, 04 Sep 2008 09:17:48 -0300
Reuben Thomas wrote:
I'm happy to announce release 8 of stdlib, which features fixes and
improvements to the set module; thanks to Jiutian Yanling for a bug
report and suggestion which led to this work.
Hi Reuben. I wonder if the layout of the tar file could be changed a
little in order to ease a bit the installation of stdlib as a rock
(using LuaRocks [1])
Right now, I have:
stdlib
|- modules
|- utils
AUTHORS
Makefile
README
release-notes-6
release-notes-7
It would be helpful if that instead were:
stdlib
|- doc
|- modules
|- utils
AUTHORS
Makefile
README
release-notes-6
release-notes-7
And in that new "doc" directory would be the html files that currently
are in "modules". That allows me to write a rockspec that automatically
installs the documentation. With the current layout I should write a
custom command, per platform, etc... not too complicated but I'd like
not doing that.
Regards,
Ignacio Burgueño
[1] http://www.luarocks.org/