opam-version: "2.0" synopsis: "Compatibility binaries for Coq after the Rocq renaming" description: """ The Rocq Prover is an interactive theorem prover, or proof assistant. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs. Typical applications include the certification of properties of programming languages (e.g. the CompCert compiler certification project, or the Bedrock verified low-level programming library), the formalization of mathematics (e.g. the full formalization of the Feit-Thompson theorem or homotopy type theory) and teaching. This package includes compatibility binaries to call Rocq through previous Coq commands like coqc coqtop,...""" maintainer: ["The Rocq development team "] authors: ["The Rocq development team, INRIA, CNRS, and contributors"] license: "LGPL-2.1-only" homepage: "https://rocq-prover.org/" doc: "https://coq.github.io/doc/" bug-reports: "https://github.com/coq/coq/issues" depends: [ "dune" {>= "3.8"} "rocq-runtime" {= version} "odoc" {with-doc} ] dev-repo: "git+https://github.com/coq/coq.git" build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] url { src: "https://github.com/coq/coq/releases/download/V9.0.0/rocq-9.0.0.tar.gz" checksum: [ "md5=8d522602d23e7a665631826dab9aa92b" "sha512=f4f76a6a178e421c99ee7a331a2fd97a06e9c5d0168d7e60c44e3820d8e1a124370ea104ad90c7f87a9a1e9d87b2d0d7d2d387c998feeaed4a75ed04e176a4be" ] } post-messages: [ "Coq has been renamed to The Rocq Prover, see https://rocq-prover.org/refman/changes.html#porting-to-the-rocq-prover for details. This package provides compatibility binaries to ease the transition to the new rocq binary."]