1 { lib, buildDunePackage, async, async_ssl ? null, ppx_sexp_conv, ppx_here, uri, conduit
2 , core, ipaddr, ipaddr-sexp, sexplib
6 pname = "conduit-async";
12 buildInputs = [ ppx_sexp_conv ppx_here ];
14 propagatedBuildInputs = [
25 meta = conduit.meta // {
26 description = "A network connection establishment library for Async";