Skip to content

Commit 8771ee1

Browse files
committed
opam-publish: Add missing upper-bound constraints on cmdliner 2.0.0
1 parent a8aae42 commit 8771ee1

File tree

13 files changed

+13
-13
lines changed
  • packages/opam-publish
    • opam-publish.0.3.5
    • opam-publish.2.0.0
    • opam-publish.2.0.1
    • opam-publish.2.0.2
    • opam-publish.2.0.3
    • opam-publish.2.1.0
    • opam-publish.2.2.0
    • opam-publish.2.3.0
    • opam-publish.2.3.1
    • opam-publish.2.4.0
    • opam-publish.2.5.0
    • opam-publish.2.5.1
    • opam-publish.2.6.0

13 files changed

+13
-13
lines changed

packages/opam-publish/opam-publish.0.3.5/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ depends: [
1414
"ocaml"
1515
"opam-lib" {build & > "1.2.2"}
1616
"ocamlfind" {build}
17-
"cmdliner" {build}
17+
"cmdliner" {build & < "2.0.0"}
1818
("ssl" | "tls" {< "1.0.0"})
1919
("github" {build & >= "2.0.0" & < "3.0.0"} |
2020
"github-unix" {build & >= "3.0.0" & < "4.3.0"})

packages/opam-publish/opam-publish.2.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"opam-format" {build & >= "2.0.0" & < "2.1"}
1616
"opam-state" {build & >= "2.0.0" & < "2.1"}
1717
"jbuilder" {>= "1.0+beta19"}
18-
"cmdliner" {build}
18+
"cmdliner" {build & < "2.0.0"}
1919
("ssl" | "tls" {< "1.0.0"})
2020
("github" {build & >= "2.0.0" & < "3.0.0"} |
2121
"github-unix" {build & >= "3.0.0" & < "4.3.0"})

packages/opam-publish/opam-publish.2.0.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ depends: [
1515
"opam-format" {build & >= "2.0.0" & < "2.1"}
1616
"opam-state" {build & >= "2.0.0" & < "2.1"}
1717
"jbuilder" {>= "1.0+beta19"}
18-
"cmdliner" {build}
18+
"cmdliner" {build & < "2.0.0"}
1919
"lwt_ssl"
2020
("ssl" {build & = "0.5.5"} | "tls" {< "1.0.0"})
2121
("github" {build & >= "2.0.0" & < "3.0.0"} |

packages/opam-publish/opam-publish.2.0.2/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1414
homepage: "https://github.com/ocaml-opam/opam-publish"
1515
bug-reports: "https://github.com/ocaml-opam/opam-publish/issues"
1616
depends: [
17-
"cmdliner"
17+
"cmdliner" {< "2.0.0"}
1818
"dune" {>= "1.0"}
1919
"lwt_ssl"
2020
"ocaml" {>= "4.03.0"}

packages/opam-publish/opam-publish.2.0.3/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1111
dev-repo: "git+https://github.com/ocaml/opam-publish.git"
1212
build: [ "dune" "build" "-p" name "-j" jobs ]
1313
depends: [
14-
"cmdliner"
14+
"cmdliner" {< "2.0.0"}
1515
"dune" {>= "1.0"}
1616
"lwt_ssl"
1717
"ocaml" {>= "4.03.0"}

packages/opam-publish/opam-publish.2.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1111
dev-repo: "git+https://github.com/ocaml/opam-publish.git"
1212
build: [ "dune" "build" "-p" name "-j" jobs ]
1313
depends: [
14-
"cmdliner" {>= "1.0.0"}
14+
"cmdliner" {>= "1.0.0" & < "2.0.0"}
1515
"dune" {>= "1.0"}
1616
"lwt_ssl"
1717
"ocaml" {>= "4.03.0"}

packages/opam-publish/opam-publish.2.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1414
homepage: "https://github.com/ocaml/opam-publish"
1515
bug-reports: "https://github.com/ocaml/opam-publish/issues"
1616
depends: [
17-
"cmdliner" {>= "1.1.0"}
17+
"cmdliner" {>= "1.1.0" & < "2.0.0"}
1818
"dune" {>= "1.0"}
1919
"lwt_ssl"
2020
"ocaml" {>= "4.03.0"}

packages/opam-publish/opam-publish.2.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1414
homepage: "https://github.com/ocaml/opam-publish"
1515
bug-reports: "https://github.com/ocaml/opam-publish/issues"
1616
depends: [
17-
"cmdliner" {>= "1.1.0"}
17+
"cmdliner" {>= "1.1.0" & < "2.0.0"}
1818
"dune" {>= "1.0"}
1919
"lwt_ssl"
2020
"ocaml" {>= "4.03.0"}

packages/opam-publish/opam-publish.2.3.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1414
homepage: "https://github.com/ocaml/opam-publish"
1515
bug-reports: "https://github.com/ocaml/opam-publish/issues"
1616
depends: [
17-
"cmdliner" {>= "1.1.0"}
17+
"cmdliner" {>= "1.1.0" & < "2.0.0"}
1818
"dune" {>= "1.0"}
1919
"lwt_ssl"
2020
"ocaml" {>= "4.03.0"}

packages/opam-publish/opam-publish.2.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1414
homepage: "https://github.com/ocaml/opam-publish"
1515
bug-reports: "https://github.com/ocaml/opam-publish/issues"
1616
depends: [
17-
"cmdliner" {>= "1.1.0"}
17+
"cmdliner" {>= "1.1.0" & < "2.0.0"}
1818
"dune" {>= "1.0"}
1919
"lwt_ssl"
2020
"ocaml" {>= "4.03.0"}

0 commit comments

Comments
 (0)