Skip to content
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

Consider adding Julia community registry #340

Open
abelsiqueira opened this issue Aug 9, 2022 · 1 comment
Open

Consider adding Julia community registry #340

abelsiqueira opened this issue Aug 9, 2022 · 1 comment

Comments

@abelsiqueira
Copy link
Contributor

Since Julia 1.0, public packages are registered in https://github.com/JuliaRegistries /General, by creating some files under LETTER/PACKAGENAME. For instance, the package NLPModels.jl is registered because there are files under https://github.com/JuliaRegistries/General/blob/master/N/NLPModels/.

All packages need an OSI-approved license to be registered in the default registry.

One check can be to verify that Package.toml exists in that folder.

@jspaaks
Copy link
Member

jspaaks commented Sep 1, 2022

Hi Abel, my initial thoughts are that we should stick to a similar mechanism as most of the other tests we have now (i.e. regex on the README) for the time being. If we do go through with the refactor into plugin architecture (#334), I anticipate that the implementation of any given test will be hidden away in a separate libray so those libraries can do whatever they think is useful for their use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants