On Sun, Sep 16, 2012 at 01:06:15AM +0600, Ildar Mulyukov wrote: > When you get a full set of _reasonable_ usecases, you can compare them > to what we have now and may have an idea what's missing and, maybe, > what we should get rid of. >
Our major usecase: we have a lot of rocks (compilable, ie contains *.so and various 3rd party deps), this set more or less stable, not frequently changed (may be once per month), and this set is common for most of our application. We call it "platform". Also we have set of application specific rocks, they are updated frequently, they are live in /usr/local and we install them via luarocks. (this set of rocks should be moved to sandboxes, like python's virtualenv or buildout, and we do this sometimes). This is pure lua packages, not required any compilation to install, and all their dependencies should be resolveable via LR. We want to make first set, called _platform_ installable via system package managers (like dpkg/apt-get). It allow us avoid many problems with dependency, multiarch support, and others things, where LR weak. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Luarocks-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/luarocks-developers
