$ sudo docker run -it rocq/rocq-prover:9.0 bash
rocq@f692eb3e664d:~$ rocq --version
The Rocq Prover, version 9.0+rc1
compiled with OCaml 4.14.2
Now that Rocq 9.0.0 is officially out, could we please have 9.0.0 instead of a RC in this 9.0 tag? CompCert doesn't like RC.
rocq@f692eb3e664d:~$ opam remote -v
[NOTE] These are the repositories in use by the current switch. Use '--all' to
see all configured repositories.
<><> Repository configuration for switch 4.14.2+flambda <><><><><><><><><><><><>
1 rocq-core-dev https://coq.inria.fr/opam/core-dev
2 rocq-extra-dev https://coq.inria.fr/opam/extra-dev
3 rocq-released https://coq.inria.fr/opam/released
4 default https://opam.ocaml.org
As a consequence, opam install menhir will install a "dev" version of Menhir that CompCert doesn't recognize.
Once this docker uses 9.0.0, could we please get rid of the rocq-core-dev and rocq-extra-dev OPAM repositories, and keep only the default and rocq-released repositories?
Now that Rocq 9.0.0 is officially out, could we please have 9.0.0 instead of a RC in this 9.0 tag? CompCert doesn't like RC.
As a consequence,
opam install menhirwill install a "dev" version of Menhir that CompCert doesn't recognize.Once this docker uses 9.0.0, could we please get rid of the
rocq-core-devandrocq-extra-devOPAM repositories, and keep only thedefaultandrocq-releasedrepositories?