An open API service indexing awesome lists of open source software.

https://github.com/bsc-quantic/registry

Registry of Julia packages developed at BSC-Quantic
https://github.com/bsc-quantic/registry

julia registry

Last synced: over 1 year ago
JSON representation

Registry of Julia packages developed at BSC-Quantic

Awesome Lists containing this project

README

          

# BSC-Quantic's Julia Registry

This is BSC-Quantic's public registry of Julia packages. In order to make our packages downloadable for you, run the following command in a Julia session:

```julia
# in REPL's Pkg mode
]registry add https://github.com/bsc-quantic/Registry

# using Pkg
using Pkg
pkg"registry add https://github.com/bsc-quantic/Registry"
```