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.21k stars 348 forks source link

Make opam admin cache store a symlink to every checksums, not just the best one #6068

Open kit-ty-kate opened 1 week ago

kit-ty-kate commented 1 week ago

Fixes https://github.com/ocaml/opam/issues/6064

Backported in 2.2 by https://github.com/ocaml/opam/pull/6069