1 { buildDunePackage, async, ppx_sexp_conv, ppx_here, uri, conduit
2 , core, ipaddr, ipaddr-sexp, sexplib0
6 pname = "conduit-async";
12 buildInputs = [ ppx_sexp_conv ppx_here ];
14 propagatedBuildInputs = [
24 meta = conduit.meta // {
25 description = "Network connection establishment library for Async";