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} "lablgtk3-sourceview3" {!= "3.0.beta7"} "conf-findutils" {build} "conf-adwaita-icon-theme" ] build: [ [ "./configure" "-configdir" "%{lib}%/coq/config" "-prefix" prefix "-mandir" man "-docdir" doc "-libdir" "%{lib}%/coq" "-datadir" "%{share}%/coq" "-native-compiler" {os = "macos"} "no" {os = "macos"} ] [make "-j%{jobs}%" "coqide-files"] [make "-j%{jobs}%" "coqide-opt"] ] install: [ make "install-ide-bin" "install-ide-files" "install-ide-info" "install-ide-devfiles" ] url { src: "https://github.com/coq/coq/releases/download/V8.11.1/coq-8.11.1.tar.gz" checksum: "sha512=974f09268ca729b525884e02e3179837e31f8001a2c244f138a36a7984329324083e66d07526bba89acaed656eb7711e2c5b257517309d0479839c5d1ac96aa5" } extra-source "coqide.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/coqide/coqide.install.8.11.1" checksum: "sha512=0c59f0c3cf3453e92c02b29aceb31090020410d2b0dd2856172cd19b1b2b58b2a1d46047fb08a9c1d4767d87934c73ae6adfcb4204b1ea6a55a85ba75b2b812d" }