Skip to content

Commit f49b725

Browse files
authored
Merge pull request #28498 from jim-portegies/opam-publish-coq-waterproof.3.0.0-8.18
Package coq-waterproof.3.0.0+8.18
2 parents 43c98ca + 64ab2b0 commit f49b725

File tree

7 files changed

+67
-4
lines changed
  • packages/coq-waterproof
    • coq-waterproof.2.0.1+8.17
    • coq-waterproof.2.1.0+8.17
    • coq-waterproof.2.1.1+8.17
    • coq-waterproof.2.1.1+8.18
    • coq-waterproof.2.2.0+8.17
    • coq-waterproof.2.2.0+8.20
    • coq-waterproof.3.0.0+8.18

7 files changed

+67
-4
lines changed

packages/coq-waterproof/coq-waterproof.2.0.1+8.17/opam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bug-reports: "https://github.com/impermeable/coq-waterproof/issues"
2424
depends: [
2525
"ocaml" {>= "4.14.1"}
2626
"coq" {>= "8.17" & < "8.18"}
27-
"dune" {>= "3.6."}
27+
"dune" {>= "3.6"}
2828
]
2929

3030
build: [
@@ -35,6 +35,8 @@ install: [
3535
["dune" "install" "-p" "coq-waterproof"]
3636
]
3737

38+
x-maintained: false
39+
3840
tags: [
3941
"keyword:mathematics education"
4042
"category:Mathematics/Education"

packages/coq-waterproof/coq-waterproof.2.1.0+8.17/opam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bug-reports: "https://github.com/impermeable/coq-waterproof/issues"
2424
depends: [
2525
"ocaml" {>= "4.14.1"}
2626
"coq" {>= "8.17" & < "8.18"}
27-
"dune" {>= "3.6."}
27+
"dune" {>= "3.6"}
2828
]
2929

3030
build: [
@@ -37,6 +37,8 @@ install: [
3737

3838
available: arch != "s390x"
3939

40+
x-maintained: false
41+
4042
tags: [
4143
"keyword:mathematics education"
4244
"category:Mathematics/Education"

packages/coq-waterproof/coq-waterproof.2.1.1+8.17/opam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bug-reports: "https://github.com/impermeable/coq-waterproof/issues"
2424
depends: [
2525
"ocaml" {>= "4.09.0"}
2626
"coq" {>= "8.17" & < "8.18"}
27-
"dune" {>= "3.6."}
27+
"dune" {>= "3.6"}
2828
]
2929

3030
build: [
@@ -33,6 +33,8 @@ build: [
3333

3434
available: arch != "s390x"
3535

36+
x-maintained: false
37+
3638
tags: [
3739
"keyword:mathematics education"
3840
"category:Mathematics/Education"

packages/coq-waterproof/coq-waterproof.2.1.1+8.18/opam

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ bug-reports: "https://github.com/impermeable/coq-waterproof/issues"
2424
depends: [
2525
"ocaml" {>= "4.09.0"}
2626
"coq" {>= "8.18" & < "8.19"}
27-
"dune" {>= "3.6."}
27+
"dune" {>= "3.6"}
2828
]
2929

3030
build: [
@@ -33,6 +33,8 @@ build: [
3333

3434
available: arch != "s390x"
3535

36+
x-maintained: false
37+
3638
tags: [
3739
"keyword:mathematics education"
3840
"category:Mathematics/Education"

packages/coq-waterproof/coq-waterproof.2.2.0+8.17/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ build: [
3333

3434
available: (arch != "s390x") & (arch != "ppc64") & (os != "win32")
3535

36+
x-maintained: false
37+
3638
tags: [
3739
"keyword:mathematics education"
3840
"category:Mathematics/Education"

packages/coq-waterproof/coq-waterproof.2.2.0+8.20/opam

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ build: [
3333

3434
available: (arch != "s390x") & (arch != "ppc64") & (os != "win32")
3535

36+
x-maintained: false
37+
3638
tags: [
3739
"keyword:mathematics education"
3840
"category:Mathematics/Education"
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.18" & < "8.19"}
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.18.tar.gz"
47+
checksum: [
48+
"md5=32d187d47ea005e068a8b57dd4358cd3"
49+
"sha512=67733e1ccc66b5e66dde0e52b33ece12ea253db0af4a0e690129f965f064546a5e415b2e5d8a3cac1df298178788273f334a2ddd83044c7ff7b88f7abbc9473f"
50+
]
51+
}

0 commit comments

Comments
 (0)