Re: [Luarocks-developers] [ANN] stdlib 29 released; rockspec attached

2013-02-08 Thread Reuben Thomas
Hi, you appear to have added luadoc as a dependency to the rockspec available on luarocks.org, which is unnecessary (as I've removed the need), and is causing users problems (because luadoc needs luasocket, which is not available for Lua 5.2). Also, it looks like it's my fault, because the serial

Re: [Luarocks-developers] [ANN] stdlib 29 released; rockspec attached

2013-02-07 Thread Reuben Thomas
On 7 February 2013 11:41, Reuben Thomas wrote: > On 7 February 2013 02:09, Hisham wrote: > >> On Wed, Feb 6, 2013 at 8:05 PM, wrote: >> > Rockspec for stdlib version 29 attached. >> >> Hi, I noticed that the rockspec has a build-time dependency on luadoc. >> Currently, LuaRocks does not suppor

Re: [Luarocks-developers] [ANN] stdlib 29 released; rockspec attached

2013-02-07 Thread Reuben Thomas
On 7 February 2013 02:09, Hisham wrote: > On Wed, Feb 6, 2013 at 8:05 PM, wrote: > > Rockspec for stdlib version 29 attached. > > Hi, I noticed that the rockspec has a build-time dependency on luadoc. > Currently, LuaRocks does not support build-only dependencies, so I > think we should either

Re: [Luarocks-developers] [ANN] stdlib 29 released; rockspec attached

2013-02-06 Thread Hisham
On Wed, Feb 6, 2013 at 8:05 PM, wrote: > Rockspec for stdlib version 29 attached. Hi, I noticed that the rockspec has a build-time dependency on luadoc. Currently, LuaRocks does not support build-only dependencies, so I think we should either add "luadoc" to the dependencies array of the rockspe

[Luarocks-developers] [ANN] stdlib 29 released; rockspec attached

2013-02-06 Thread rrt
Rockspec for stdlib version 29 attached. package="stdlib" version="29-1" source = { url = "git://github.com/rrthomas/lua-stdlib.git", branch = "release-v29", } description = { summary = "General Lua libraries", detailed = [[ stdlib is a library of modules for common programming tasks,