On 12 December 2013 15:53, Fabien <fleutot+...@gmail.com> wrote:
> Please reference Metalua parser 0.7 on the luarocks server, available at
>
> https://raw.github.com/fab13n/metalua-parser/master/metalua-parser-0.7-1.rockspec

Uploaded, thanks! I just had to make a minor tweak to the URL as the
"?" part was confusing LuaRocks:

http://luarocks.org/repositories/rocks/metalua-parser-0.7-1.rockspec

Alternatively, you don't need to store a .tgz in your repo. You could
do something like this:

source = {
   url = "git://github.com/fab13n/metalua-parser",
   tag = "v0.7",
}

When uploading to the LuaRocks repository, we store a copy of the
sources in the generated .src.rock file, so users don't need Git
installed in their end when using a rock packed using git:// URLs.

-- Hisham

------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
Luarocks-developers mailing list
Luarocks-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to