this repo has no description

Add coqide 8.20.1

Pierre Roux e94c1c22 4d67ef48

Changed files
+49
packages
coqide
coqide.8.20.1
+49
packages/coqide/coqide.8.20.1/opam
···
+
opam-version: "2.0"
+
synopsis: "The Coq Proof Assistant --- GTK3 IDE"
+
description: """
+
Coq is a formal proof management system. It provides
+
a formal language to write mathematical definitions, executable
+
algorithms and theorems together with an environment for
+
semi-interactive development of machine-checked proofs.
+
+
This package provides the CoqIDE, a graphical user interface for the
+
development of interactive proofs."""
+
maintainer: ["The Coq development team <coqdev@inria.fr>"]
+
authors: ["The Coq development team, INRIA, CNRS, and contributors"]
+
license: "LGPL-2.1-only"
+
homepage: "https://coq.inria.fr/"
+
doc: "https://coq.github.io/doc/"
+
bug-reports: "https://github.com/coq/coq/issues"
+
depends: [
+
"dune" {>= "3.6"}
+
"ocamlfind" {build}
+
"conf-findutils" {build}
+
"conf-adwaita-icon-theme"
+
"coqide-server" {= version}
+
"cairo2" {>= "0.6.4"}
+
"lablgtk3-sourceview3" {>= "3.1.2" & (>= "3.1.5" | os != "windows")}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/coq/coq.git"
+
+
url {
+
src: "https://github.com/coq/coq/releases/download/V8.20.1/coq-8.20.1.tar.gz"
+
checksum: [
+
"md5=0cfaa70f569be9494d24c829e6555d46"
+
"sha512=8ee967c636b67b22a4f34115871d8f9b9114df309afc9ddf5f61275251088c6e21f6cf745811df75554d30f4cebb6682f23eeb2e88b771330c4b60ce3f6bf5e2"
+
]
+
}