|
> I'm curious about how you got this response. Is there any api?
A rockspec is also a Lua file, so I just loaded
each rockspec and counted which are the
dependencies that each module has.
I also used luarocks.deps.compare_versions to
get only the latest version of each module.
André