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" depends: [ "ocaml" {>= "4.02.3"} "camlp5" "coq" {= version} "lablgtk" "conf-gtksourceview" ] build: [ [ "./configure" "-configdir" "%{lib}%/coq/config" "-prefix" prefix "-mandir" man "-docdir" doc "-libdir" "%{lib}%/coq" "-datadir" "%{share}%/coq" "-camlp5dir" "%{camlp5:lib}%" ] [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.9.1/coq-8.9.1.tar.gz" checksum: [ "sha256=87251327e8a1e25c6b08b5c0ae8e7cdf3a91a5f30832bbe74ccc4f0bde9618ea" "md5=b0e47c588ca498073ad35eb5627a8852" ] } extra-source "coqide.install" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/coqide/coqide.install.8.9.1" checksum: [ "sha256=47a89b06973a5a6625db0c74e7f03679bdd221ed8cad83687916d8f084301009" "md5=d005cda8cb7888fbea94c5416dcb31bc" ] }