1 { buildDunePackage, cohttp-lwt
2 , conduit-lwt-unix, conduit-lwt, ppx_sexp_conv
3 , cmdliner, fmt, logs, magic-mime
9 pname = "cohttp-lwt-unix";
10 inherit (cohttp-lwt) version src;
14 buildInputs = [ cmdliner ppx_sexp_conv ];
16 propagatedBuildInputs = [
25 # TODO(@sternenseemann): fail for unknown reason
26 # https://github.com/mirage/ocaml-cohttp/issues/675#issuecomment-830692742
28 checkInputs = [ ounit cacert ];
30 meta = cohttp-lwt.meta // {
31 description = "CoHTTP implementation for Unix and Windows using Lwt";