tarides / ocaml-platform-installer

The best way for developers to write software in OCaml
ISC License
60 stars 8 forks source link

Use cache for packages independent from ocaml version #116

Closed panglesd closed 1 year ago

panglesd commented 1 year ago

Fix "regression" introduced in #115.

We need to verify that the packages are taken first from dependent_repo and then from independent_repo.

panglesd commented 1 year ago

We need to verify that the packages are taken first from dependent_repo and then from independent_repo.

Seems from https://opam.ocaml.org/doc/man/opam-repository.html that given the order on which the repo are added, it will be the case.

panglesd commented 1 year ago

I hope this time I got it right: