-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathcoq-waterproof.opam
More file actions
45 lines (39 loc) · 1.23 KB
/
coq-waterproof.opam
File metadata and controls
45 lines (39 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
opam-version: "2.0"
name: "coq-waterproof"
version: "3.1.1+9.0-dev"
maintainer: "Jim Portegies <j.w.portegies@tue.nl>"
authors: [
"Jelle Wemmenhove"
"Pim Otte"
"Balthazar Pathiachvili"
"Dick Arends"
"Cosmin Manea"
"Lulof Pirée"
"Adrian Vrămuleţ"
"Tudor Voicu"
"Jim Portegies <j.w.portegies@tue.nl>"
]
synopsis: "Coq proofs in a style that resembles non-mechanized mathematical proofs"
description: """
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.
"""
license: "LGPL-3.0-or-later"
homepage: "https://github.com/impermeable/coq-waterproof"
dev-repo: "git+https://github.com/impermeable/coq-waterproof.git"
bug-reports: "https://github.com/impermeable/coq-waterproof/issues"
depends: [
"ocaml" {>= "4.09.0"}
"rocq-prover" {>= "9.0" & < "9.1" | = "dev"}
"coq" {>= "9.0" & < "9.1" | = "dev"}
"dune" {>= "3.8"}
]
build: [
["dune" "build" "-p" name "-j" jobs "@install"]
]
available: (arch != "s390x") & (arch != "ppc64")
tags: [
"keyword:mathematics education"
"category:Mathematics/Education"
"date:2023-11-04"
"logpath:Waterproof"
]