My public Julia registry. Created using LocalRegistry.jl.
To install this registry, run the following command in the Julia pkg REPL (once per Julia installation):
pkg> registry add https://github.com/cossio/CossioJuliaRegistry.git
This registry contains both public and private packages. Private repos use the [email protected]:...
url format. See the LocalRegistry.jl docs for more info.
- Some public repos may also use
[email protected]:...
URLs, and you need a SSh key associated to your GitHub account to install them through this registry. - For private repos, your SSH key needs to be added to the corresponding repo to gain access.
This registry uses RegistryCI
for integrity checks after each commit using a GitHub Actions workflow.