I am working on the website for LightGraphs, and I would like to embed a list of packages that use LightGraphs as a dependency. This post from @IanNZ http://iaindunning.com/blog/pkg-deps.html looks like a good example.
Is there a way to collect that information automatically?
I guess I could pull this out from the github API
https://github.com/JuliaLang/METADATA.jl/search?utf8=✓&q=LightGraphs. Does anyone already have this in a database somewhere?