Hi,
On Tuesday, November 15, 2016 at 12:13:20 PM UTC-8, Stanislas Chollet wrote:
Hello,
I'm new on your community.
Welcome! :D
I want to open-source a new module for OpenResty. I saw that Luarocks is deprecated in favor of OPM.
I don't know that Luarocks is "deprecated" per-se. OPM is designed specifically for OpenResty modules, and with that comes a different feature set and engineering method (for example, project compilation via Makefiles or external commands is unsupported right now, see https://github.com/openresty/opm/issues/30).
What do you suggest ? Should I publish my module on both ? OPM & Luarocks ?
It depends on your target audience, and if you want to maintain two distributions. IMO both Luarocks and OPM auth management are pretty straightforward; I tend to use both unless there's a limitation in one of the other.