opam-version: "2.0" maintainer: "coqdev@inria.fr" authors: "The Coq development team, INRIA, CNRS, and contributors." homepage: "https://coq.inria.fr/" bug-reports: "https://github.com/coq/coq/issues" dev-repo: "git+https://github.com/coq/coq.git" license: "LGPL-2.1-only" synopsis: "IDE of the Coq formal proof management system" description: """ CoqIDE is a graphical user interface for interactive development of mathematical definitions, executable algorithms, and proofs of theorems using the Coq proof assistant. """ depends: [ "coq" {= version} "ocamlfind" {build} "conf-findutils" {build} "lablgtk3-sourceview3" "conf-adwaita-icon-theme" ] build: [ [ "./configure" "-configdir" "%{lib}%/coq/config" "-prefix" prefix "-mandir" man "-docdir" doc "-libdir" "%{lib}%/coq" "-datadir" "%{share}%/coq" "-native-compiler" "yes" {coq-native:installed} "no" {!coq-native:installed} ] [make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-files"] [make "COQ_USE_DUNE=" "-j%{jobs}%" "coqide-opt"] ] install: [ make "COQ_USE_DUNE=" "install-ide-bin" "install-ide-files" "install-ide-info" "install-ide-devfiles" ] url { src: "https://github.com/coq/coq/releases/download/V8.13.0/coq-8.13.0.tar.gz" checksum: "sha256=06445dbd6cb3c8a2e4e957dbd12e094d609a62fcb0c8c3cad0cd1fdedda25c9b" } extra-source "coqide.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/coqide/coqide.install.8.13.0" checksum: "sha512=3eba9f94c7cc2a4b9b4fc8be549d7e5b3125315360cc85fb1001ba25d2eb5fb174c358ba3295036dda44197ec068e18c0b2f3b341aaa77b73fdb75d1e7d5c27f" }