The minimal required version to build ocaml was raised to 4.14 in https://github.com/ocaml/dune/pull/13533 and released in 3.23.0 However, [concerns were raised on discuss in the release announcement](https://discuss.ocaml.org/t/ann-dune-3-23/18055/2) by @kit-ty-kate, who has also helped us understand the known and possible negative impacts on user: The main concerns I'm aware of are: 1. Being out of sync with the opam-repo's [compiler cutoff threshold](https://github.com/ocaml/opam-repository/blob/master/governance/policies/archiving.md#compiler-cutoff-threshold) (currently 4.11) 2. It will prevent opam from keeping their "vendored" dune dependency up to date, or else requiring they maintain a fork. 3. It's expected users on older distributions may suffer. 4. It has required adjustments to Js_of_ocaml: https://github.com/ocsigen/js_of_ocaml/pull/2231
The minimal required version to build ocaml was raised to 4.14 in #13533 and released in 3.23.0
However, concerns were raised on discuss in the release announcement by @kit-ty-kate, who has also helped us understand the known and possible negative impacts on user:
The main concerns I'm aware of are: