Skip to content

Local Julia registry for in-progress and unreleased packages

Notifications You must be signed in to change notification settings

ITensor/ITensorRegistry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JuliaRegistry

This is the local registry containing work-in-progress versions of packages developed within the ITensors.jl ecosystem. It is mainly meant to promote fast development and iteration, and its stability should be considered accordingly.

Using the registry

In order to start using this registry, you can simply add it to your Julia package manager once. After this, the package manager will automatically attempt to resolve names of packages, as long as there are no name clashes.

using Pkg: Pkg
Pkg.Registry.add(url="https://github.com/ITensor/JuliaRegistry")

Registering a package

In order to register a new package, or a new version, you can simply follow the instructions here. First, you should add LocalRegistry.jl in your global environment.

Then, for a new package, if you only have a single additional registry which is not General, or for a new version, you can simply activate that package and call

using LocalRegistry: LocalRegistry
LocalRegistry.register()

Otherwise, you may have to specify the specific registry, for which you can follow the instructions here.

About

Local Julia registry for in-progress and unreleased packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published