this repo has no description

Merge pull request #23392 from kit-ty-kate/fix-218

ocluster is not compatible with conduit >= 6.2.0

Kate cff8dec5 b3064b0b

Changed files
+6
packages
ocluster
ocluster.0.1
ocluster.0.2
+3
packages/ocluster/ocluster.0.1/opam
···
"alcotest" {>= "1.0.0" & with-test}
"alcotest-lwt" {>= "1.0.1" & with-test}
]
+
conflicts: [
+
"conduit" {>= "6.2.0"} # conduit-lwt-unix doesn't implicitly pull tls.lwt anymore if lwt is installed
+
]
build: [
["dune" "subst"] {dev}
[
+3
packages/ocluster/ocluster.0.2/opam
···
"alcotest-lwt" {>= "1.0.1" & with-test}
"odoc" {with-doc}
]
+
conflicts: [
+
"conduit" {>= "6.2.0"} # conduit-lwt-unix doesn't implicitly pull tls.lwt anymore if lwt is installed
+
]
build: [
["dune" "subst"] {dev}
[