this repo has no description

Merge pull request #23958 from emillon/js016-cohttp-async

cohttp-async requires JS < 0.16

Changed files
+2 -1
packages
cohttp-async
cohttp-async.2.5.8
cohttp-async.6.0.0~alpha1
+1
packages/cohttp-async/cohttp-async.2.5.8/opam
···
"async_kernel" {>= "v0.14.0"}
"async_unix" {>= "v0.14.0"}
"async" {>= "v0.14.0"}
+
"async" {< "v0.15.0" & with-test}
"base" {>= "v0.11.0"}
"core" {with-test}
"cohttp" {=version}
+1 -1
packages/cohttp-async/cohttp-async.6.0.0~alpha1/opam
···
"ocaml" {>= "4.08"}
"http" {= version}
"cohttp" {= version}
-
"async_kernel" {>= "v0.14.0"}
+
"async_kernel" {>= "v0.14.0" & < "v0.16.0"}
"async_unix" {>= "v0.14.0"}
"async" {>= "v0.14.0"}
"base" {>= "v0.11.0"}