Skip to content

Commit

Permalink
Merge pull request ocaml#26169 from mseri/fix-base-revdeps
Browse files Browse the repository at this point in the history
Fix revdeps of base
  • Loading branch information
mseri authored Jul 1, 2024
2 parents 01e40b8 + 2818ca4 commit 175a8ca
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"ocaml" {>= "4.08"}
"ambient-context" {= version}
"lwt"
"alcotest" {with-test}
"alcotest" {with-test & >= "1.2.0"}
"alcotest-lwt" {with-test}
"bisect_ppx" {with-test}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion packages/dbf/dbf.0.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage: "https://github.com/pveber/dbf"
bug-reports: "https://github.com/pveber/dbf/issues"
dev-repo: "git+https://github.com/pveber/dbf.git"
depends: [
"core_kernel" {>= "v0.14.0"}
"core_kernel" {>= "v0.14.0" & < "v0.17.0"}
"cstruct-unix" {>= "4.0.0"}
"ppx_cstruct" {>= "4.0.0"}
"rresult" {>= "0.6.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed/distributed.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build: [
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "distributed"]
depends: [
"ocaml" {>= "4.02.3"}
"ocaml" {>= "4.02.3" & < "5.0"}
"base-threads"
"base-unix"
"batteries"
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed/distributed.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build: [
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "distributed"]
depends: [
"ocaml" {>= "4.02.3"}
"ocaml" {>= "4.02.3" & < "5.0"}
"base-threads"
"base-unix"
"lwt" {< "3.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed/distributed.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build: [
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "distributed"]
depends: [
"ocaml" {>= "4.02.3"}
"ocaml" {>= "4.02.3" & < "5.0"}
"base-threads"
"base-unix"
"lwt" {>= "2.7.0" & < "4.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed/distributed.0.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build: [
]

depends: [
"ocaml" {>= "4.02.3"}
"ocaml" {>= "4.02.3" & < "5.0"}
"jbuilder" {>= "1.0+beta16"}
"base-unix"
]
Expand Down
2 changes: 1 addition & 1 deletion packages/distributed/distributed.0.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build: [
depends: [
"dune" {>= "1.11.0"}
"base-unix"
"ocaml" {>= "4.02.3"}
"ocaml" {>= "4.02.3" & < "5.0"}
]

synopsis: "Library to provide Erlang style distributed computations. This library is inspired by Cloud Haskell"
Expand Down
2 changes: 1 addition & 1 deletion packages/http/http.6.0.0~alpha0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "2.9"}
"ocaml" {>= "4.08"}
"ppx_expect" {with-test}
"ppx_expect" {with-test & < "v0.17.0"}
"alcotest" {with-test}
"base_quickcheck" {with-test}
"ppx_assert" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/http/http.6.0.0~alpha1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"dune" {>= "3.0"}
"ocaml" {>= "4.08"}
"ppx_expect" {with-test}
"ppx_expect" {with-test & < "v0.17.0"}
"alcotest" {with-test}
"base_quickcheck" {with-test}
"ppx_assert" {with-test}
Expand Down
2 changes: 1 addition & 1 deletion packages/phylogenetics/phylogenetics.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"angstrom-unix"
"binning"
"biotk" {>= "0.2.0"}
"core" {>= "v0.15.0"}
"core" {>= "v0.15.0" & < "v0.17.0"}
"dune" {>= "3.6"}
"gsl"
"lacaml" {>= "10.0.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/ppx_parser/ppx_parser.0.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
"ocaml" {>= "4.13.0"}
"dune" {>= "2.9"}
"ppxlib" {>= "0.27.0"}
"alcotest" {with-test}
"alcotest" {with-test & >= "1.2.0"}
"ppx_deriving" {with-test}
"camlp-streams" {with-test}
"odoc" {with-doc}
Expand Down
2 changes: 1 addition & 1 deletion packages/pyml_bindgen/pyml_bindgen.0.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ depends: [
"dune" {>= "2.8"}
"dune" {with-test & < "3.0"}
"angstrom" {>= "0.15.0"}
"base" {>= "v0.12"}
"base" {>= "v0.12" & < "v0.17.0"}
"cmdliner" {>= "1.0"}
"cmdliner" {with-test & < "1.1.0"}
"ppx_let" {>= "v0.12"}
Expand Down
2 changes: 1 addition & 1 deletion packages/pyml_bindgen/pyml_bindgen.0.1.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ depends: [
"dune" {>= "2.8"}
"dune" {with-test & < "3.0"}
"angstrom" {>= "0.15.0"}
"base" {>= "v0.12"}
"base" {>= "v0.12" & < "v0.17.0"}
"cmdliner" {>= "1.0"}
"cmdliner" {with-test & < "1.1.0"}
"ppx_let" {>= "v0.12"}
Expand Down
2 changes: 1 addition & 1 deletion packages/pyml_bindgen/pyml_bindgen.0.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ depends: [
"dune" {>= "2.8"}
"dune" {with-test & < "3.0"}
"angstrom" {>= "0.15.0"}
"base" {>= "v0.12"}
"base" {>= "v0.12" & < "v0.17.0"}
"cmdliner" {>= "1.0"}
"cmdliner" {with-test & < "1.1.0"}
"ppx_let" {>= "v0.12"}
Expand Down
2 changes: 1 addition & 1 deletion packages/pyml_bindgen/pyml_bindgen.0.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/mooreryan/ocaml_python_bindgen/issues"
depends: [
"dune" {>= "3.0"}
"angstrom" {>= "0.15.0"}
"base" {>= "v0.12"}
"base" {>= "v0.12" & < "v0.17.0"}
"cmdliner" {>= "1.1.0"}
"ppx_let" {>= "v0.12"}
"ppx_sexp_conv" {>= "v0.12"}
Expand Down
2 changes: 1 addition & 1 deletion packages/qcheck-core/qcheck-core.0.18.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"dune" { >= "2.2" }
"base-bytes"
"base-unix"
"alcotest" {with-test}
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/qcheck-core/qcheck-core.0.18/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"dune" { >= "2.2" }
"base-bytes"
"base-unix"
"alcotest" {with-test}
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/qcheck-core/qcheck-core.0.19.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"dune" { >= "2.2" }
"base-bytes"
"base-unix"
"alcotest" {with-test}
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
"ocaml" {with-test & < "5.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/qcheck-core/qcheck-core.0.19/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "2.2"}
"base-bytes"
"base-unix"
"alcotest" {with-test}
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/qcheck-core/qcheck-core.0.20/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "2.2"}
"base-bytes"
"base-unix"
"alcotest" {with-test}
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/qcheck-core/qcheck-core.0.21.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ depends: [
"dune" { >= "2.8.0" }
"base-bytes"
"base-unix"
"alcotest" {with-test}
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/qcheck-core/qcheck-core.0.21.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "2.8.0"}
"base-bytes"
"base-unix"
"alcotest" {with-test}
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/qcheck-core/qcheck-core.0.21.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ build: [
depends: [
"dune" { >= "2.8.0" }
"base-unix"
"alcotest" {with-test}
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/qcheck-core/qcheck-core.0.21/opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ depends: [
"dune" {>= "2.8.0"}
"base-bytes"
"base-unix"
"alcotest" {with-test}
"alcotest" {with-test & >= "1.2.0"}
"odoc" {with-doc}
"ocaml" {>= "4.08.0"}
]
Expand Down
2 changes: 1 addition & 1 deletion packages/shuttle/shuttle.0.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/anuragsoni/shuttle/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.11.0"}
"async" {>= "v0.14"}
"async" {>= "v0.14" & < "v0.17.0"}
"core" {>= "v0.14"}
"core_unix" {>= "v0.14"}
"ppx_jane" {>= "v0.14"}
Expand Down
2 changes: 1 addition & 1 deletion packages/shuttle/shuttle.0.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/anuragsoni/shuttle/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.11.0"}
"async" {>= "v0.14"}
"async" {>= "v0.14" & < "v0.17.0"}
"core" {>= "v0.14"}
"core_unix" {>= "v0.14"}
"ppx_jane" {>= "v0.14"}
Expand Down
2 changes: 1 addition & 1 deletion packages/shuttle/shuttle.0.6.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/anuragsoni/shuttle/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.11.0"}
"async" {>= "v0.15.0"}
"async" {>= "v0.15.0" & < "v0.17.0"}
"core" {>= "v0.15.0"}
"core_unix" {>= "v0.15.0"}
"ppx_jane" {>= "v0.15.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/shuttle/shuttle.0.7.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/anuragsoni/shuttle/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.11.0"}
"async" {>= "v0.15.0"}
"async" {>= "v0.15.0" & < "v0.17.0"}
"core" {>= "v0.15.0"}
"core_unix" {>= "v0.15.0"}
"ppx_jane" {>= "v0.15.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/shuttle/shuttle.0.8.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/anuragsoni/shuttle/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.11.0"}
"async" {>= "v0.15.0"}
"async" {>= "v0.15.0" & < "v0.17.0"}
"core" {>= "v0.15.0"}
"core_unix" {>= "v0.15.0"}
"ppx_jane" {>= "v0.15.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/shuttle/shuttle.0.9.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/anuragsoni/shuttle/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.11.0"}
"async" {>= "v0.15.0"}
"async" {>= "v0.15.0" & < "v0.17.0"}
"core" {>= "v0.15.0"}
"core_unix" {>= "v0.15.0"}
"ppx_jane" {>= "v0.15.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/shuttle/shuttle.0.9.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bug-reports: "https://github.com/anuragsoni/shuttle/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.11.0"}
"async" {>= "v0.15.0"}
"async" {>= "v0.15.0" & < "v0.17.0"}
"core" {>= "v0.15.0"}
"core_unix" {>= "v0.15.0"}
"ppx_jane" {>= "v0.15.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/shuttle/shuttle.0.9.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/anuragsoni/shuttle/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.11.0"}
"async" {>= "v0.15.0"}
"async" {>= "v0.15.0" & < "v0.17.0"}
"core" {>= "v0.15.0"}
"core_unix" {>= "v0.15.0"}
"ppx_jane" {>= "v0.15.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/shuttle/shuttle.0.9.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ bug-reports: "https://github.com/anuragsoni/shuttle/issues"
depends: [
"dune" {>= "2.8"}
"ocaml" {>= "4.11.0"}
"async" {>= "v0.15.0"}
"async" {>= "v0.15.0" & < "v0.17.0"}
"core" {>= "v0.15.0"}
"core_unix" {>= "v0.15.0"}
"ppx_jane" {>= "v0.15.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/shuttle_http/shuttle_http.0.10.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage: "https://github.com/anuragsoni/shuttle_http"
bug-reports: "https://github.com/anuragsoni/shuttle_http/issues"
depends: [
"dune" {>= "2.8"}
"async" {>= "v0.16.0"}
"async" {>= "v0.16.0" & < "v0.17.0"}
"async_ssl" {>= "v0.16.0"}
"core" {>= "v0.16.0"}
"jane_rope" {>= "v0.16.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/shuttle_http/shuttle_http.0.10.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage: "https://github.com/anuragsoni/shuttle_http"
bug-reports: "https://github.com/anuragsoni/shuttle_http/issues"
depends: [
"dune" {>= "2.8"}
"async" {>= "v0.16.0"}
"async" {>= "v0.16.0" & < "v0.17.0"}
"async_ssl" {>= "v0.16.0"}
"core" {>= "v0.16.0"}
"jane_rope" {>= "v0.16.0"}
Expand Down
2 changes: 1 addition & 1 deletion packages/shuttle_http/shuttle_http.0.11.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage: "https://sr.ht/~soni/shuttle_http"
bug-reports: "https://todo.sr.ht/~soni/shuttle_http"
depends: [
"dune" {>= "3.1"}
"async" {>= "v0.16.0"}
"async" {>= "v0.16.0" & < "v0.17.0"}
"async_ssl" {>= "v0.16.0"}
"async_websocket" {>= "v0.16.0"}
"core" {>= "v0.16.0"}
Expand Down

0 comments on commit 175a8ca

Please sign in to comment.