We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14481bd + b23a8bf commit a078652Copy full SHA for a078652
packages/cohttp-async/cohttp-async.2.5.8/opam
@@ -28,6 +28,7 @@ depends: [
28
"async_kernel" {>= "v0.14.0"}
29
"async_unix" {>= "v0.14.0"}
30
"async" {>= "v0.14.0"}
31
+ "async" {< "v0.15.0" & with-test}
32
"base" {>= "v0.11.0"}
33
"core" {with-test}
34
"cohttp" {=version}
packages/cohttp-async/cohttp-async.6.0.0~alpha1/opam
@@ -27,7 +27,7 @@ depends: [
27
"ocaml" {>= "4.08"}
"http" {= version}
"cohttp" {= version}
- "async_kernel" {>= "v0.14.0"}
+ "async_kernel" {>= "v0.14.0" & < "v0.16.0"}
0 commit comments