this repo has no description
1opam-version: "2.0" 2synopsis: "Compatibility metapackage for Coq Stdlib library after the Rocq renaming" 3maintainer: ["The Rocq standard library development team"] 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/stdlib/issues" 9depends: [ 10 "coq-core" 11 "rocq-stdlib" {= version} 12] 13dev-repo: "git+https://github.com/coq/stdlib.git"