Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make every packages incompatible with conduit 3.0.0 (+ fix conf-llvm on fedora) #17428

Merged
merged 2 commits into from
Oct 18, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/aws-s3-async/aws-s3-async.4.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"aws-s3" {= "4.0.0"}
"async_kernel" {>= "v0.9.0" & < "v0.15"}
"async_unix" {>= "v0.9.0" & < "v0.15"}
"conduit-async"
"conduit-async" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Async version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-async/aws-s3-async.4.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"aws-s3" {= "4.0.1"}
"async_kernel" {>= "v0.9.0" & < "v0.15"}
"async_unix" {>= "v0.9.0" & < "v0.15"}
"conduit-async"
"conduit-async" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Async version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-async/aws-s3-async.4.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ depends: [
"aws-s3" {= "4.1.0"}
"async_kernel" {>= "v0.9.0" & < "v0.15"}
"async_unix" {>= "v0.9.0" & < "v0.15"}
"conduit-async"
"conduit-async" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Async version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-async/aws-s3-async.4.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"aws-s3" {= "4.2.0" }
"async_kernel" {>= "v0.9.0" & < "v0.15"}
"async_unix" {>= "v0.9.0" & < "v0.15"}
"conduit-async"
"conduit-async" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Async version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-async/aws-s3-async.4.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"aws-s3" {= "4.3.0" }
"async_kernel" {>= "v0.9.0" & < "v0.15"}
"async_unix" {>= "v0.9.0" & < "v0.15"}
"conduit-async"
"conduit-async" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Async version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-async/aws-s3-async.4.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"aws-s3" {= "4.4.0" }
"async_kernel" {>= "v0.9.0" & < "v0.15"}
"async_unix" {>= "v0.9.0" & < "v0.15"}
"conduit-async"
"conduit-async" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Async version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-async/aws-s3-async.4.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"aws-s3" {= version}
"async_kernel" {>= "v0.9.0" & < "v0.15"}
"async_unix" {>= "v0.9.0" & < "v0.15"}
"conduit-async"
"conduit-async" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Async version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-async/aws-s3-async.4.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"aws-s3" {= version}
"async_kernel" {>= "v0.9.0" & < "v0.13"}
"async_unix" {>= "v0.9.0" & < "v0.13"}
"conduit-async" {>= "1.5.0"}
"conduit-async" {>= "1.5.0" & < "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Async version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-async/aws-s3-async.4.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ depends: [
"aws-s3" {= version}
"async_kernel" {>= "v0.9.0" & < "v0.15"}
"async_unix" {>= "v0.9.0" & < "v0.15"}
"conduit-async" {>= "1.5.0"}
"conduit-async" {>= "1.5.0" & < "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Async version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-lwt/aws-s3-lwt.4.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"dune"
"aws-s3" {= "4.0.0"}
"lwt"
"conduit-lwt-unix"
"conduit-lwt-unix" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Lwt version."
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-lwt/aws-s3-lwt.4.0.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"dune"
"aws-s3" {= "4.0.1"}
"lwt"
"conduit-lwt-unix"
"conduit-lwt-unix" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Lwt version."
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-lwt/aws-s3-lwt.4.1.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"dune"
"aws-s3" {= "4.1.0"}
"lwt"
"conduit-lwt-unix"
"conduit-lwt-unix" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Lwt version."
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-lwt/aws-s3-lwt.4.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"dune"
"aws-s3" {= "4.2.0" }
"lwt"
"conduit-lwt-unix"
"conduit-lwt-unix" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Lwt version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-lwt/aws-s3-lwt.4.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"dune"
"aws-s3" {= "4.3.0" }
"lwt"
"conduit-lwt-unix"
"conduit-lwt-unix" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Lwt version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-lwt/aws-s3-lwt.4.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"dune"
"aws-s3" {= "4.4.0" }
"lwt"
"conduit-lwt-unix"
"conduit-lwt-unix" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Lwt version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-lwt/aws-s3-lwt.4.4.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"dune"
"aws-s3" {= version}
"lwt"
"conduit-lwt-unix"
"conduit-lwt-unix" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Lwt version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-lwt/aws-s3-lwt.4.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"dune"
"aws-s3" {= version}
"lwt"
"conduit-lwt-unix"
"conduit-lwt-unix" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Lwt version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-s3-lwt/aws-s3-lwt.4.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ depends: [
"dune"
"aws-s3" {= version}
"lwt"
"conduit-lwt-unix"
"conduit-lwt-unix" {< "3.0.0"}
]
synopsis: "Ocaml library for accessing Amazon S3 - Lwt version"
description: """
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.0.99.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"ocaml" {>= "4.03.0"}
"jbuilder" {>= "1.0+beta10"}
"cohttp" {>= "0.99.0" & < "1.0"}
"conduit-async"
"conduit-async" {< "3.0.0"}
"async" {< "v0.10.0"}
"magic-mime"
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.1.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"ocaml" {>= "4.03.0"}
"jbuilder" {>= "1.0+beta10"}
"cohttp" {>= "1.0.0"}
"conduit-async"
"conduit-async" {< "3.0.0"}
"async" {< "v0.10.0"}
"magic-mime"
"logs"
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.1.0.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ depends: [
"ocaml" {>= "4.03.0"}
"jbuilder" {>= "1.0+beta10"}
"cohttp" {>= "1.0.2"}
"conduit-async" {>= "1.0.3"}
"conduit-async" {>= "1.0.3" & < "3.0.0"}
"async" {>= "v0.10.0" & < "v0.12"}
"magic-mime"
"logs"
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.1.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ depends: [
"base" {>= "v0.11.0" & < "v0.12"}
"core" {with-test & < "v0.12"}
"cohttp"
"conduit-async" {>= "1.0.3"}
"conduit-async" {>= "1.0.3" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.1.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ depends: [
"base" {>= "v0.11.0" & < "v0.12"}
"core" {with-test & < "v0.12"}
"cohttp"
"conduit-async" {>= "1.2.0"}
"conduit-async" {>= "1.2.0" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.2.0.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"base" {>= "v0.11.0" & < "v0.12"}
"core" {with-test & < "v0.12"}
"cohttp"
"conduit-async" {>= "1.2.0"}
"conduit-async" {>= "1.2.0" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.2.1.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"base" {>= "v0.11.0" & < "v0.13"}
"core" {with-test & < "v0.13"}
"cohttp"
"conduit-async" {>= "1.2.0"}
"conduit-async" {>= "1.2.0" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.2.1.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"base" {>= "v0.11.0" & < "v0.13"}
"core" {with-test & < "v0.13"}
"cohttp"
"conduit-async" {>="1.2.0"}
"conduit-async" {>= "1.2.0" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.2.2.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"base" {>= "v0.11.0" & < "v0.13"}
"core" {with-test & < "v0.13"}
"cohttp" {=version}
"conduit-async" {>="1.2.0"}
"conduit-async" {>= "1.2.0" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.2.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"base" {>= "v0.11.0" & < "v0.13"}
"core" {with-test & < "v0.13"}
"cohttp" {=version}
"conduit-async" {>="1.2.0"}
"conduit-async" {>= "1.2.0" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.2.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"base" {>= "v0.11.0" & < "v0.13"}
"core" {with-test & < "v0.13"}
"cohttp" {=version}
"conduit-async" {>="1.2.0"}
"conduit-async" {>= "1.2.0" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.2.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"base" {>= "v0.11.0" & < "v0.14"}
"core" {with-test & < "v0.14"}
"cohttp" {=version}
"conduit-async" {>="1.2.0"}
"conduit-async" {>= "1.2.0" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.2.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"base" {>= "v0.11.0" & < "v0.14"}
"core" {with-test & < "v0.14"}
"cohttp" {=version}
"conduit-async" {>="1.2.0"}
"conduit-async" {>= "1.2.0" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.2.5.2-1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"base" {>= "v0.11.0"}
"core" {with-test}
"cohttp" {=version}
"conduit-async" {>="1.2.0"}
"conduit-async" {>= "1.2.0" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.2.5.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"base" {>= "v0.11.0"}
"core" {with-test}
"cohttp" {=version}
"conduit-async" {>="1.2.0"}
"conduit-async" {>= "1.2.0" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.2.5.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"base" {>= "v0.11.0"}
"core" {with-test}
"cohttp" {=version}
"conduit-async" {>="1.2.0"}
"conduit-async" {>= "1.2.0" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-async/cohttp-async.2.5.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ depends: [
"base" {>= "v0.11.0"}
"core" {with-test}
"cohttp" {=version}
"conduit-async" {>="1.2.0"}
"conduit-async" {>= "1.2.0" & < "3.0.0"}
"magic-mime"
"logs"
"fmt" {>= "0.8.2"}
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-lwt-unix/cohttp-lwt-unix.2.3.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"conduit-lwt-unix" {>= "1.0.3"}
"conduit-lwt-unix" {>= "1.0.3" & < "3.0.0"}
"cmdliner"
"magic-mime"
"logs"
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-lwt-unix/cohttp-lwt-unix.2.4.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"conduit-lwt-unix" {>= "1.0.3"}
"conduit-lwt-unix" {>= "1.0.3" & < "3.0.0"}
"cmdliner"
"magic-mime"
"logs"
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"conduit-lwt-unix" {>= "1.0.3"}
"conduit-lwt-unix" {>= "1.0.3" & < "3.0.0"}
"cmdliner"
"magic-mime"
"logs"
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"conduit-lwt-unix" {>= "1.0.3"}
"conduit-lwt-unix" {>= "1.0.3" & < "3.0.0"}
"cmdliner"
"magic-mime"
"logs"
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.2-1/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"conduit-lwt-unix" {>= "1.0.3"}
"conduit-lwt-unix" {>= "1.0.3" & < "3.0.0"}
"cmdliner"
"magic-mime"
"logs"
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.2/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"conduit-lwt-unix" {>= "1.0.3"}
"conduit-lwt-unix" {>= "1.0.3" & < "3.0.0"}
"cmdliner"
"magic-mime"
"logs"
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.3/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"conduit-lwt-unix" {>= "1.0.3"}
"conduit-lwt-unix" {>= "1.0.3" & < "3.0.0"}
"cmdliner"
"magic-mime"
"logs"
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-lwt-unix/cohttp-lwt-unix.2.5.4/opam
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ bug-reports: "https://github.com/mirage/ocaml-cohttp/issues"
depends: [
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"conduit-lwt-unix" {>= "1.0.3"}
"conduit-lwt-unix" {>= "1.0.3" & < "3.0.0"}
"cmdliner"
"magic-mime"
"logs"
Expand Down
2 changes: 1 addition & 1 deletion packages/cohttp-lwt/cohttp-lwt.0.99.0/opam
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build: [
depends: [
"ocaml" {>= "4.03.0"}
"jbuilder" {>= "1.0+beta10"}
"conduit" {>= "0.14.0"}
"conduit" {>= "0.14.0" & < "3.0.0"}
"cohttp" {>= "0.99.0" & < "1.0"}
"lwt"
]
Expand Down
Loading