this repo has no description

cohttp-async is not compatible with async v0.15 (uses Command.run, which changed type)

Kate a48958bd b6f14867

Changed files
+2
packages
cohttp-async
cohttp-async.2.5.6
cohttp-async.5.0.0
+1
packages/cohttp-async/cohttp-async.2.5.6/opam
···
"stdlib-shims"
"ppx_sexp_conv" {>= "v0.13.0"}
"ounit" {with-test}
"uri" {>= "2.0.0"}
"uri-sexp"
]
···
"stdlib-shims"
"ppx_sexp_conv" {>= "v0.13.0"}
"ounit" {with-test}
+
"async" {with-test & < "v0.15"}
"uri" {>= "2.0.0"}
"uri-sexp"
]
+1
packages/cohttp-async/cohttp-async.5.0.0/opam
···
"sexplib0"
"ppx_sexp_conv" {>= "v0.13.0"}
"ounit" {with-test}
"uri" {>= "2.0.0"}
"uri-sexp"
"ipaddr"
···
"sexplib0"
"ppx_sexp_conv" {>= "v0.13.0"}
"ounit" {with-test}
+
"async" {with-test & < "v0.15"}
"uri" {>= "2.0.0"}
"uri-sexp"
"ipaddr"