this repo has no description
0
fork

Configure Feed

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

RocqIDE package on top of #27613

+50
+50
packages/rocqide/rocqide.9.0.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "The Rocq Prover --- GTK3 IDE" 3 + description: """ 4 + The Rocq Prover is an interactive theorem prover, or proof assistant. 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 RocqIDE, a graphical user interface for the 10 + development of interactive proofs.""" 11 + maintainer: ["The Rocq development team <coqdev@inria.fr>"] 12 + authors: ["The Rocq development team, INRIA, CNRS, and contributors"] 13 + license: "LGPL-2.1-only" 14 + homepage: "https://rocq-prover.org" 15 + doc: "https://coq.github.io/doc/" 16 + bug-reports: "https://github.com/coq/coq/issues" 17 + depends: [ 18 + "dune" {>= "3.8"} 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 + "@install" 37 + "@runtest" {with-test} 38 + "@doc" {with-doc} 39 + ] 40 + ] 41 + dev-repo: "git+https://github.com/coq/coq.git" 42 + 43 + url { 44 + src: 45 + "https://github.com/coq/coq/releases/download/V9.0.0/rocq-9.0.0.tar.gz" 46 + checksum: [ 47 + "md5=8d522602d23e7a665631826dab9aa92b" 48 + "sha512=f4f76a6a178e421c99ee7a331a2fd97a06e9c5d0168d7e60c44e3820d8e1a124370ea104ad90c7f87a9a1e9d87b2d0d7d2d387c998feeaed4a75ed04e176a4be" 49 + ] 50 + }