ocaml.org
ocaml.org copied to clipboard
Can't solve with dune package management since min ocaml version bumped to 5.2.0
Opam is still able to find a solution but dune cannot. This has been a problem since https://github.com/ocaml/ocaml.org/pull/3131. Reverting that PR and dune is able to find a solution, however it chooses ocaml.4.14.2. I'm investigating why dune doesn't choose a later version of ocaml.