Skip to content

Commit 656ad26

Browse files
authored
Merge pull request #28405 from jim-portegies/opam-publish-coq-waterproof.3.0.0-9.0
Package coq-waterproof.3.0.0+9.0
2 parents b6dcab0 + 1238f5c commit 656ad26

File tree

1 file changed

+50
-0
lines changed
  • packages/coq-waterproof/coq-waterproof.3.0.0+9.0

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
opam-version: "2.0"
2+
maintainer: "Jim Portegies <[email protected]>"
3+
authors: [
4+
"Jelle Wemmenhove"
5+
"Pim Otte"
6+
"Balthazar Pathiachvili"
7+
"Cosmin Manea"
8+
"Lulof Pirée"
9+
"Adrian Vrămuleţ"
10+
"Tudor Voicu"
11+
"Jim Portegies <[email protected]>"
12+
]
13+
14+
synopsis: "Coq proofs in a style that resembles non-mechanized mathematical proofs"
15+
description: """
16+
The Waterproof plugin for the Coq proof assistant allows you to write Coq proofs in a style that resembles handwritten mathematical proofs, designed to help university students with learning how to prove mathematical statements.
17+
"""
18+
19+
license: "LGPL-3.0-or-later"
20+
homepage: "https://github.com/impermeable/coq-waterproof"
21+
dev-repo: "git+https://github.com/impermeable/coq-waterproof.git"
22+
bug-reports: "https://github.com/impermeable/coq-waterproof/issues"
23+
24+
depends: [
25+
"ocaml" {>= "4.09.0"}
26+
"rocq-prover" {>= "9.0" & < "9.1" | = "dev"}
27+
"coq" {>= "9.0" & < "9.1" | = "dev"}
28+
"dune" {>= "3.8"}
29+
]
30+
31+
build: [
32+
["dune" "build" "-p" name "-j" jobs "@install"]
33+
]
34+
35+
available: (arch != "s390x") & (arch != "ppc64")
36+
37+
tags: [
38+
"keyword:mathematics education"
39+
"category:Mathematics/Education"
40+
"date:2023-11-04"
41+
"logpath:Waterproof"
42+
]
43+
url {
44+
src:
45+
"https://github.com/impermeable/coq-waterproof/archive/refs/tags/3.0.0+9.0.tar.gz"
46+
checksum: [
47+
"md5=c7cd0b7e7b58dcd1dfc09564f44bef85"
48+
"sha512=4d23ebf53fd47ca2e3d0d2b0c1ce042ccd0a1ad2c6bcdccb3d402336f3d3957ea1fb469b749ac1b635a0f480a7c94ba65f820a940543276631ffb478be2ff4f4"
49+
]
50+
}

0 commit comments

Comments
 (0)