-
Notifications
You must be signed in to change notification settings - Fork 11
/
coq-waterproof.opam
43 lines (37 loc) · 1.17 KB
/
coq-waterproof.opam
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
opam-version: "2.0"
name: "coq-waterproof"
version: "2.2.0+8.17"
maintainer: "Jim Portegies <j.w.portegies@tue.nl>"
authors: [
"Jelle Wemmenhove"
"Pim Otte"
"Balthazar Pathiachvili"
"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"}
"coq" {>= "8.17" & < "8.18"}
"dune" {>= "3.6."}
]
build: [
["dune" "build" "-p" name "-j" jobs "@install"]
]
available: (arch != "s390x") & (arch != "ppc64") & (os != "win32")
tags: [
"keyword:mathematics education"
"category:Mathematics/Education"
"date:2023-11-04"
"logpath:Waterproof"
]