Skip to content

Commit 6173bbb

Browse files
committed
Package coq-waterproof.2.2.0+8.20
1 parent 1c889fb commit 6173bbb

File tree

1 file changed

+49
-0
lines changed
  • packages/coq-waterproof/coq-waterproof.2.2.0+8.20

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
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+
"coq" {>= "8.20" & < "8.21" | = "dev"}
27+
"dune" {>= "3.6"}
28+
]
29+
30+
build: [
31+
["dune" "build" "-p" name "-j" jobs "@install"]
32+
]
33+
34+
available: (arch != "s390x") & (arch != "ppc64") & (os != "win32")
35+
36+
tags: [
37+
"keyword:mathematics education"
38+
"category:Mathematics/Education"
39+
"date:2023-11-04"
40+
"logpath:Waterproof"
41+
]
42+
url {
43+
src:
44+
"https://github.com/impermeable/coq-waterproof/archive/refs/tags/2.2.0+8.20.tar.gz"
45+
checksum: [
46+
"md5=18c6dafc6fb018f167f89fb236ff494b"
47+
"sha512=096ebe52912ebe3fb063a5ce88bee1dfc8f63226f7f1284a4304a079751b98c617a4fcafa9781c3e54e024e631c87248885b56efc20086c98ae0e525cfe08efb"
48+
]
49+
}

0 commit comments

Comments
 (0)