> I uploaded your rockspec -- just had to fix the dependency syntax > because "lua == 5.1, 5.2" parses as "lua == 5.1 and lua == 5.2", so I > changed it to "lua >= 5.1, <= 5.2".
Thx for the fix. But... does that make sense; "lua == 5.1 and lua == 5.2"? What package would rely on 2 simultaneous available versions of the same package? Wouldn't it make more sense to parse it as "lua == 5.1 or lua == 5.2" (as I interpreted it) ? And I think I tested it on my Windows Lua 5.1 only installation where it worked, so does that imply a difference in parsing on windows and other/your platforms? > > Cheers, > > -- Hisham ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
