coq 8.11.0 incompatible with ocaml 4.10?

Viewed 235

I am installing coq with opam as per these instructions and have gotten the error message

`No solution for coq: The following dependencies couldn't be met:
          - coq → ocaml < 4.10
              base of this switch (use '--unlock-base' to force)

I proceeded to switch to ocaml 4.05.0 with the following command

opam switch create with-coq 4.05.0

and could install Coq successfully, but I'd much rather use the updated version of ocaml. Is this an actual incompatibility between Coq and oCaml, or am I doing something wrong?

For added context, I am now using opam 2.0.6, ocaml version 4.05.0, and Coq version 8.11.0. My operating system is macOS. Prior, the only difference was that I tried to use ocaml 4.10.0.

Thank you!

1 Answers
Related