this repo has no description

Apply suggestions from code review

Changed files
+2 -2
packages
cohttp-async
cohttp-async.2.5.7
cohttp-lwt
cohttp-lwt.2.5.7
+1 -1
packages/cohttp-async/cohttp-async.2.5.7/opam
···
"async_unix" {>= "v0.14.0"}
"async" {>= "v0.14.0"}
"base" {>= "v0.11.0"}
-
"core" {with-test}
+
"core" {with-test & < "v0.15.0"}
"cohttp" {=version}
"conduit-async" {>="1.2.0" & < "3.0.0"}
"core_unix" {>= "v0.14.0"}
+1 -1
packages/cohttp-lwt/cohttp-lwt.2.5.7/opam
···
"ocaml" {>= "4.04.1"}
"dune" {>= "1.1.0"}
"cohttp" {=version}
-
"lwt" {>= "2.0.0"}
+
"lwt" {>= "2.4.7"}
"sexplib0"
"ppx_sexp_conv" {>= "v0.13.0"}
"logs"