Skip to content

Commit 175a8ca

Browse files
authored
Merge pull request #26169 from mseri/fix-base-revdeps
Fix revdeps of base
2 parents 01e40b8 + 2818ca4 commit 175a8ca

File tree

36 files changed

+36
-36
lines changed
  • packages
    • ambient-context-lwt/ambient-context-lwt.0.1.0
    • dbf/dbf.0.1.1
    • distributed
      • distributed.0.2.0
      • distributed.0.3.0
      • distributed.0.4.0
      • distributed.0.5.0
      • distributed.0.6.0
    • http
      • http.6.0.0~alpha0
      • http.6.0.0~alpha1
    • phylogenetics/phylogenetics.0.2.0
    • ppx_parser/ppx_parser.0.1.1
    • pyml_bindgen
      • pyml_bindgen.0.1.1
      • pyml_bindgen.0.1.2
      • pyml_bindgen.0.2.0
      • pyml_bindgen.0.3.0
    • qcheck-core
      • qcheck-core.0.18.1
      • qcheck-core.0.18
      • qcheck-core.0.19.1
      • qcheck-core.0.19
      • qcheck-core.0.20
      • qcheck-core.0.21.1
      • qcheck-core.0.21.2
      • qcheck-core.0.21.3
      • qcheck-core.0.21
    • shuttle_http
      • shuttle_http.0.10.0
      • shuttle_http.0.10.1
      • shuttle_http.0.11.0
    • shuttle

36 files changed

+36
-36
lines changed

packages/ambient-context-lwt/ambient-context-lwt.0.1.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"ocaml" {>= "4.08"}
1212
"ambient-context" {= version}
1313
"lwt"
14-
"alcotest" {with-test}
14+
"alcotest" {with-test & >= "1.2.0"}
1515
"alcotest-lwt" {with-test}
1616
"bisect_ppx" {with-test}
1717
"odoc" {with-doc}

packages/dbf/dbf.0.1.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ homepage: "https://github.com/pveber/dbf"
66
bug-reports: "https://github.com/pveber/dbf/issues"
77
dev-repo: "git+https://github.com/pveber/dbf.git"
88
depends: [
9-
"core_kernel" {>= "v0.14.0"}
9+
"core_kernel" {>= "v0.14.0" & < "v0.17.0"}
1010
"cstruct-unix" {>= "4.0.0"}
1111
"ppx_cstruct" {>= "4.0.0"}
1212
"rresult" {>= "0.6.0"}

packages/distributed/distributed.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build: [
1717
install: ["ocaml" "setup.ml" "-install"]
1818
remove: ["ocamlfind" "remove" "distributed"]
1919
depends: [
20-
"ocaml" {>= "4.02.3"}
20+
"ocaml" {>= "4.02.3" & < "5.0"}
2121
"base-threads"
2222
"base-unix"
2323
"batteries"

packages/distributed/distributed.0.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build: [
1717
install: ["ocaml" "setup.ml" "-install"]
1818
remove: ["ocamlfind" "remove" "distributed"]
1919
depends: [
20-
"ocaml" {>= "4.02.3"}
20+
"ocaml" {>= "4.02.3" & < "5.0"}
2121
"base-threads"
2222
"base-unix"
2323
"lwt" {< "3.0.0"}

packages/distributed/distributed.0.4.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ build: [
1717
install: ["ocaml" "setup.ml" "-install"]
1818
remove: ["ocamlfind" "remove" "distributed"]
1919
depends: [
20-
"ocaml" {>= "4.02.3"}
20+
"ocaml" {>= "4.02.3" & < "5.0"}
2121
"base-threads"
2222
"base-unix"
2323
"lwt" {>= "2.7.0" & < "4.0.0"}

packages/distributed/distributed.0.5.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build: [
1212
]
1313

1414
depends: [
15-
"ocaml" {>= "4.02.3"}
15+
"ocaml" {>= "4.02.3" & < "5.0"}
1616
"jbuilder" {>= "1.0+beta16"}
1717
"base-unix"
1818
]

packages/distributed/distributed.0.6.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build: [
1414
depends: [
1515
"dune" {>= "1.11.0"}
1616
"base-unix"
17-
"ocaml" {>= "4.02.3"}
17+
"ocaml" {>= "4.02.3" & < "5.0"}
1818
]
1919

2020
synopsis: "Library to provide Erlang style distributed computations. This library is inspired by Cloud Haskell"

packages/http/http.6.0.0~alpha0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
2222
depends: [
2323
"dune" {>= "2.9"}
2424
"ocaml" {>= "4.08"}
25-
"ppx_expect" {with-test}
25+
"ppx_expect" {with-test & < "v0.17.0"}
2626
"alcotest" {with-test}
2727
"base_quickcheck" {with-test}
2828
"ppx_assert" {with-test}

packages/http/http.6.0.0~alpha1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
2222
depends: [
2323
"dune" {>= "3.0"}
2424
"ocaml" {>= "4.08"}
25-
"ppx_expect" {with-test}
25+
"ppx_expect" {with-test & < "v0.17.0"}
2626
"alcotest" {with-test}
2727
"base_quickcheck" {with-test}
2828
"ppx_assert" {with-test}

packages/phylogenetics/phylogenetics.0.2.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ depends: [
1111
"angstrom-unix"
1212
"binning"
1313
"biotk" {>= "0.2.0"}
14-
"core" {>= "v0.15.0"}
14+
"core" {>= "v0.15.0" & < "v0.17.0"}
1515
"dune" {>= "3.6"}
1616
"gsl"
1717
"lacaml" {>= "10.0.2"}

0 commit comments

Comments
 (0)