File tree Expand file tree Collapse file tree 5 files changed +61
-0
lines changed
coq-waterproof.3.0.0+8.17
coq-waterproof.3.0.0+8.18
coq-waterproof.3.0.0+8.19.1 Expand file tree Collapse file tree 5 files changed +61
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ available: (arch != "s390x") & (arch != "ppc64") & (os != "win32")
3535
3636conflicts: [ "ocaml-option-bytecode-only" ]
3737
38+ x-maintained: false
39+
3840tags: [
3941 "keyword:mathematics education"
4042 "category:Mathematics/Education"
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ available: (arch != "s390x") & (arch != "ppc64") & (os != "win32")
3535
3636conflicts: [ "ocaml-option-bytecode-only" ]
3737
38+ x-maintained: false
39+
3840tags: [
3941 "keyword:mathematics education"
4042 "category:Mathematics/Education"
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ available: (arch != "s390x") & (arch != "ppc64") & (os != "win32")
3535
3636conflicts: [ "ocaml-option-bytecode-only" ]
3737
38+ x-maintained: false
39+
3840tags: [
3941 "keyword:mathematics education"
4042 "category:Mathematics/Education"
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ build: [
3434
3535available: (arch != "s390x") & (arch != "ppc64")
3636
37+ x-maintained: false
38+
3739tags: [
3840 "keyword:mathematics education"
3941 "category:Mathematics/Education"
Original file line number Diff line number Diff line change 1+ opam-version: "2.0"
2+ maintainer: "Jim Portegies <
[email protected] >"
3+ authors: [
4+ "Jelle Wemmenhove"
5+ "Pim Otte"
6+ "Balthazar Pathiachvili"
7+ "Dick Arends"
8+ "Cosmin Manea"
9+ "Lulof Pirée"
10+ "Adrian Vrămuleţ"
11+ "Tudor Voicu"
12+ "Jim Portegies <
[email protected] >"
13+ ]
14+
15+ synopsis: "Coq proofs in a style that resembles non-mechanized mathematical proofs"
16+ description: """
17+ 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.
18+ """
19+
20+ license: "LGPL-3.0-or-later"
21+ homepage: "https://github.com/impermeable/coq-waterproof"
22+ dev-repo: "git+https://github.com/impermeable/coq-waterproof.git"
23+ bug-reports: "https://github.com/impermeable/coq-waterproof/issues"
24+
25+ depends: [
26+ "ocaml" {>= "4.09.0"}
27+ "rocq-prover" {>= "9.0" & < "9.1" | = "dev"}
28+ "coq" {>= "9.0" & < "9.1" | = "dev"}
29+ "dune" {>= "3.8"}
30+ ]
31+
32+ build: [
33+ ["dune" "build" "-p" name "-j" jobs "@install"]
34+ ]
35+
36+ available: (arch != "s390x") & (arch != "ppc64")
37+
38+ conflicts: [ "ocaml-option-bytecode-only" ]
39+
40+ tags: [
41+ "keyword:mathematics education"
42+ "category:Mathematics/Education"
43+ "date:2023-11-04"
44+ "logpath:Waterproof"
45+ ]
46+ url {
47+ src:
48+ "https://github.com/impermeable/coq-waterproof/archive/refs/tags/3.1.0+9.0.tar.gz"
49+ checksum: [
50+ "md5=7cfe30aceb61e154ed905e048bdf2cb7"
51+ "sha512=006bf05727d2aa21cebe332ff5a027fdd8843c574753fd5b8d0486e4df7bd447a4f538c3c92736011734c29c601d3a77c2f1a1ee5b3645a7666766ed32907777"
52+ ]
53+ }
You can’t perform that action at this time.
0 commit comments