Skip to content

Commit 6a8cc51

Browse files
committed
Package coq-waterproof.2.0.1+8.17
1 parent fe741c0 commit 6a8cc51

File tree

1 file changed

+49
-0
lines changed
  • packages/coq-waterproof/coq-waterproof.2.0.1+8.17

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+
"Balthazar Pathiachvili"
6+
"Cosmin Manea"
7+
"Lulof Pirée"
8+
"Adrian Vrămuleţ"
9+
"Tudor Voicu"
10+
"Jim Portegies <[email protected]>"
11+
]
12+
13+
synopsis: "Coq proofs in a style that resembles non-mechanized mathematical proofs"
14+
description: """
15+
The coq-waterproof library allows you to write Coq proofs in a style that resembles non-mechanized mathematical proofs.
16+
Mathematicians unfamiliar with the Coq syntax are able to read the resulting proof scripts.
17+
"""
18+
19+
license: "LGPL-3.0-or-later"
20+
homepage: "https://github.com/impermeable/coq-waterproof"
21+
bug-reports: "https://github.com/impermeable/coq-waterproof/issues"
22+
23+
depends: [
24+
"ocaml" {>= "4.14.1"}
25+
"coq" {>= "8.17" & < "8.18"}
26+
]
27+
28+
build: [
29+
["dune" "build" "-p" "coq-waterproof"]
30+
]
31+
32+
install: [
33+
["dune" "install" "-p" "coq-waterproof"]
34+
]
35+
36+
tags: [
37+
"keyword:mathematics education"
38+
"category:Mathematics/Education"
39+
"date:2023-08-27"
40+
"logpath:Waterproof"
41+
]
42+
url {
43+
src:
44+
"https://github.com/impermeable/coq-waterproof/archive/refs/tags/2.0.1+8.17.tar.gz"
45+
checksum: [
46+
"md5=a891f29ee1723d8031d4cb50903da735"
47+
"sha512=cfc7a8010b71ab45264f396b144f0cf887baf9ddae9df1e92d977252801197017225af0d4bbabaf7a0b57454aa2ce68989c58ce6c1707b4bc40674488bf0a622"
48+
]
49+
}

0 commit comments

Comments
 (0)