-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid using Pkg internals #15
Comments
This package has no releases yet, but this is the functionality I am looking for. I’ll keep an eye on this. Thanks for the tip. |
RegistryInstances actually does have a registered release in General: https://github.com/JuliaRegistries/General/blob/master/R/RegistryInstances/Package.toml. It doesn't have TagBot setup (fyi @GunnarFarneback), which is why nothing shows up as a github release. (I know since I'm using it in PackageAnalyzer.jl). |
…ls to retrieve registry information
…ls to retrieve registry information (#26)
functions like
PkgToSoftwareBOM.jl/src/packageInfo.jl
Line 3 in 938168a
One tool that can help is https://github.com/GunnarFarneback/RegistryInstances.jl which provides a public API for the RegistryInstances portion of what Pkg does. (See the
Background
section of the README there).The text was updated successfully, but these errors were encountered: