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
- Host: GitHub
- URL: https://github.com/bsc-quantic/registry
- Owner: bsc-quantic
- License: apache-2.0
- Created: 2022-12-29T12:46:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-02-24T10:26:58.000Z (over 1 year ago)
- Last Synced: 2025-02-24T11:35:33.768Z (over 1 year ago)
- Topics: julia, registry
- Language: Julia
- Homepage:
- Size: 253 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
```