24 pname = "cohttp-async";
33 buildInputs = [ ppx_sexp_conv ];
35 propagatedBuildInputs = [
52 # Examples don't compile with core 0.15. See https://github.com/mirage/ocaml-cohttp/pull/864.
60 meta = cohttp.meta // {
61 description = "CoHTTP implementation for the Async concurrency library";