Skip to content

Commit 64ab2b0

Browse files
Add x-maintained: false to older packages
1 parent ad627ad commit 64ab2b0

File tree

6 files changed

+16
-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

6 files changed

+16
-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"

0 commit comments

Comments
 (0)