opam-version: "1.2" maintainer: "The Coq development team " authors: "The Coq development team, INRIA, CNRS, and contributors." homepage: "https://coq.inria.fr/" bug-reports: "https://github.com/coq/coq/issues" dev-repo: "https://github.com/coq/coq.git" license: "LGPL-2.1" available: [ ocaml-version >= "4.02.3" ] depends: [ "dune" { build } "ocamlfind" { build } "num" "camlp5" ] build-env: [ [ COQ_CONFIGURE_PREFIX = "%{prefix}" ] ] build: [ [ "dune" "build" "@vodeps" ] [ "dune" "exec" "coq_dune" "_build/default/.vfiles.d" ] [ "dune" "build" "-p" name "-j" jobs ] ]