this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #26503 from proux01/coqide820

Add coqide.8.20.0

authored by

Marcello Seri and committed by
GitHub
cc623f46 c72b8beb

+51
+51
packages/coqide/coqide.8.20.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "The Coq Proof Assistant --- GTK3 IDE" 3 + description: """ 4 + Coq is a formal proof management system. It provides 5 + a formal language to write mathematical definitions, executable 6 + algorithms and theorems together with an environment for 7 + semi-interactive development of machine-checked proofs. 8 + 9 + This package provides the CoqIDE, a graphical user interface for the 10 + development of interactive proofs.""" 11 + maintainer: ["The Coq development team <coqdev@inria.fr>"] 12 + authors: ["The Coq development team, INRIA, CNRS, and contributors"] 13 + license: "LGPL-2.1-only" 14 + homepage: "https://coq.inria.fr/" 15 + doc: "https://coq.github.io/doc/" 16 + bug-reports: "https://github.com/coq/coq/issues" 17 + depends: [ 18 + "dune" {>= "3.6"} 19 + "ocamlfind" {build} 20 + "conf-findutils" {build} 21 + "conf-adwaita-icon-theme" 22 + "coqide-server" {= version} 23 + "cairo2" {>= "0.6.4"} 24 + "lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os != "windows")} 25 + "odoc" {with-doc} 26 + ] 27 + build: [ 28 + ["dune" "subst"] {dev} 29 + [ 30 + "dune" 31 + "build" 32 + "-p" 33 + name 34 + "-j" 35 + jobs 36 + "--promote-install-files=false" 37 + "@install" 38 + "@runtest" {with-test} 39 + "@doc" {with-doc} 40 + ] 41 + ["dune" "install" "-p" name "--create-install-files" name] 42 + ] 43 + dev-repo: "git+https://github.com/coq/coq.git" 44 + 45 + url { 46 + src: "https://github.com/coq/coq/releases/download/V8.20.0/coq-8.20.0.tar.gz" 47 + checksum: [ 48 + "md5=66e57ea55275903bef74d5bf36fbe0f1" 49 + "sha512=1a7eac6e2f58724a3f9d68bbb321e4cfe963ba1a5551b9b011db4b3f559c79be433d810ff262593d753770ee41ea68fbd6a60daa1e2319ea00dff64c8851d70b" 50 + ] 51 + }