Commit e2be410c authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.httpun-eio: init at 0.2.0

parent 7e69dfd3
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
{ buildDunePackage
, httpun
, gluten-eio
}:

buildDunePackage {
  pname = "httpun-eio";

  inherit (httpun) src version;

  propagatedBuildInputs = [ gluten-eio httpun ];

  meta = httpun.meta // {
    description = "EIO support for httpun";
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -693,6 +693,8 @@ let

    httpun = callPackage ../development/ocaml-modules/httpun { };

    httpun-eio = callPackage ../development/ocaml-modules/httpun/eio.nix { };

    httpun-types = callPackage ../development/ocaml-modules/httpun/types.nix { };

    hxd = callPackage ../development/ocaml-modules/hxd { };