Skip to content

Commit 6cfa3b6

Browse files
committed
Package coq-waterproof.3.0.0+8.19
1 parent 4ca0361 commit 6cfa3b6

File tree

1 file changed

+51
-0
lines changed
  • packages/coq-waterproof/coq-waterproof.3.0.0+8.19

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
opam-version: "2.0"
2+
maintainer: "Jim Portegies <j.w.portegies@tue.nl>"
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 <j.w.portegies@tue.nl>"
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.19.1" & < "8.20" | = "dev"}
27+
"dune" {>= "3.8"}
28+
]
29+
30+
build: [
31+
["dune" "build" "-p" name "-j" jobs "@install"]
32+
]
33+
34+
available: (arch != "s390x") & (arch != "ppc64") & (os != "win32")
35+
36+
conflicts: [ "ocaml-option-bytecode-only" ]
37+
38+
tags: [
39+
"keyword:mathematics education"
40+
"category:Mathematics/Education"
41+
"date:2023-11-04"
42+
"logpath:Waterproof"
43+
]
44+
url {
45+
src:
46+
"https://github.com/impermeable/coq-waterproof/archive/refs/tags/3.0.0+8.19.1.tar.gz"
47+
checksum: [
48+
"md5=6a1981f702a8d71b1407928e37ad9b95"
49+
"sha512=149087397667a7dacaa8b6e9fa9552f829a8b807dd8a16ed0209b4ff82c3aeeb5f008d837a4cff1772debcb4929defd2588b53fa472c9d27d661e164404e98ac"
50+
]
51+
}

0 commit comments

Comments
 (0)