Skip to content

Commit 61c17ba

Browse files
authored
Merge pull request #28500 from jim-portegies/opam-publish-coq-waterproof.3.0.0-8.20
Package coq-waterproof.3.0.0+8.20
2 parents f49b725 + 0a5e6e8 commit 61c17ba

File tree

1 file changed

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

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+
"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.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.20.tar.gz"
47+
checksum: [
48+
"md5=2e3f1ff03321f487b6fbe4a3cfbd3fd5"
49+
"sha512=a250247ad200b05ee355096526c68eb0ce19622e5c1e9eb15db4f3a522de1ae946cae2b14644d4e124ca13954e89f655dab8d73c7d4f1e8b8206989e2acd64fd"
50+
]
51+
}

0 commit comments

Comments
 (0)