this repo has no description
1opam-version: "2.0" 2synopsis: "Compatibility metapackage for Coq after the Rocq renaming" 3maintainer: ["The Rocq development team <coqdev@inria.fr>"] 4authors: ["The Rocq development team, INRIA, CNRS, and contributors"] 5license: "LGPL-2.1-only" 6homepage: "https://coq.inria.fr/" 7doc: "https://coq.github.io/doc/" 8bug-reports: "https://github.com/coq/coq/issues" 9depends: [ 10 "dune" {>= "3.8"} 11 "rocq-prover" {= version} 12 "coq-core" {= version} 13 "coq-stdlib" {= "9.0.0"} 14 "coqide-server" {= version} 15 "odoc" {with-doc} 16]