Is there a way to ask Pkg for a package's download URL?

julia> using PkgOnlineHelp

julia> site = pkg_site("DifferentialEquations", autoopen=false)
"https://github.com/SciML/DifferentialEquations.jl.git"
4 Likes