Code, documentation, issue tracker, etc. is on github:
https://github.com/Alloyed/loverocks
The release page is on luarocks:
https://luarocks.org/modules/alloyed/loverocks
The most current public release is v0.0.8
The early release is mostly just gentle encouragement for library writers to make and upload rockspecs. Even if you don't plan to use loverocks, the love ecosystem can only benefit from having some form of machine-installable package.
At this point (0.0.8), I've used loverocks on a game or two, and (in my workflow at least), it works just fine, even between love version upgrades. If you haven't tried it out yet, now would be a good time~
Since I couldn't find any love libraries that were already packaged as rocks I quickly packaged a few for my own personal use. You can use them yourself by passing
Code: Select all
--server="https://alloyed.me/shared/rocks"
Feedback, PRs, etc. welcomed.