Skip to content

Commit ab2da3e

Browse files
authored
Merge pull request ocaml#24324 from jim-portegies/opam-publish-coq-waterproof.2.0.1-8.17
Package coq-waterproof.2.0.1+8.17
2 parents efb7838 + fb01874 commit ab2da3e

File tree

1 file changed

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

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 <[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+
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.14.1"}
26+
"coq" {>= "8.17" & < "8.18"}
27+
"dune" {>= "3.6."}
28+
]
29+
30+
build: [
31+
["dune" "build" "-p" "coq-waterproof"]
32+
]
33+
34+
install: [
35+
["dune" "install" "-p" "coq-waterproof"]
36+
]
37+
38+
tags: [
39+
"keyword:mathematics education"
40+
"category:Mathematics/Education"
41+
"date:2023-08-27"
42+
"logpath:Waterproof"
43+
]
44+
url {
45+
src:
46+
"https://github.com/impermeable/coq-waterproof/archive/refs/tags/2.0.1+8.17.tar.gz"
47+
checksum: [
48+
"md5=a891f29ee1723d8031d4cb50903da735"
49+
"sha512=cfc7a8010b71ab45264f396b144f0cf887baf9ddae9df1e92d977252801197017225af0d4bbabaf7a0b57454aa2ce68989c58ce6c1707b4bc40674488bf0a622"
50+
]
51+
}

0 commit comments

Comments
 (0)