Skip to content

Commit d0aca97

Browse files
committed
Package coq-waterproof.3.0.0+8.18
1 parent 4ca0361 commit d0aca97

File tree

1 file changed

+49
-0
lines changed
  • packages/coq-waterproof/coq-waterproof.3.0.0+8.18

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.18" & < "8.19"}
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/3.0.0+8.18.tar.gz"
45+
checksum: [
46+
"md5=32d187d47ea005e068a8b57dd4358cd3"
47+
"sha512=67733e1ccc66b5e66dde0e52b33ece12ea253db0af4a0e690129f965f064546a5e415b2e5d8a3cac1df298178788273f334a2ddd83044c7ff7b88f7abbc9473f"
48+
]
49+
}

0 commit comments

Comments
 (0)