1 { lib, buildDunePackage
2 , cohttp, cohttp-lwt, logs, lwt, js_of_ocaml, js_of_ocaml-ppx, js_of_ocaml-lwt
7 pname = "cohttp-lwt-jsoo";
8 inherit (cohttp-lwt) version src;
12 propagatedBuildInputs = [
28 meta = cohttp-lwt.meta // {
29 description = "CoHTTP implementation for the Js_of_ocaml JavaScript compiler";