ocaml / opam

opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
https://opam.ocaml.org
Other
1.24k stars 353 forks source link

Add support to initialise opam with multiple repositories #4555

Open smorimoto opened 3 years ago

smorimoto commented 3 years ago

I feel a little strange that we can do that when we create a switch, but not when we initialise it. Is there any reason?

dra27 commented 3 years ago

When we spend a lot of time working on CI systems, it’s easy to forget that most users ran opam init years ago, and only tend to run it again when they update opam 🙂

dra27 commented 3 years ago

However, there’s no particular reason that --repositories couldn’t be available in opam init