File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff 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"})
Original file line number Diff line number Diff 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"})
Original file line number Diff line number Diff 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"} |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1414homepage: "https://github.com/ocaml-opam/opam-publish"
1515bug-reports: "https://github.com/ocaml-opam/opam-publish/issues"
1616depends: [
17- "cmdliner"
17+ "cmdliner" {< "2.0.0"}
1818 "dune" {>= "1.0"}
1919 "lwt_ssl"
2020 "ocaml" {>= "4.03.0"}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1111dev-repo: "git+https://github.com/ocaml/opam-publish.git"
1212build: [ "dune" "build" "-p" name "-j" jobs ]
1313depends: [
14- "cmdliner"
14+ "cmdliner" {< "2.0.0"}
1515 "dune" {>= "1.0"}
1616 "lwt_ssl"
1717 "ocaml" {>= "4.03.0"}
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1111dev-repo: "git+https://github.com/ocaml/opam-publish.git"
1212build: [ "dune" "build" "-p" name "-j" jobs ]
1313depends: [
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"}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1414homepage: "https://github.com/ocaml/opam-publish"
1515bug-reports: "https://github.com/ocaml/opam-publish/issues"
1616depends: [
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"}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1414homepage: "https://github.com/ocaml/opam-publish"
1515bug-reports: "https://github.com/ocaml/opam-publish/issues"
1616depends: [
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"}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1414homepage: "https://github.com/ocaml/opam-publish"
1515bug-reports: "https://github.com/ocaml/opam-publish/issues"
1616depends: [
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"}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
1414homepage: "https://github.com/ocaml/opam-publish"
1515bug-reports: "https://github.com/ocaml/opam-publish/issues"
1616depends: [
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"}
You can’t perform that action at this time.
0 commit comments