Skip to content

Registry of Julia packages developed at BSC-Quantic

License

Notifications You must be signed in to change notification settings

bsc-quantic/Registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

# 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"