Commit 57617c48 authored by Vincent Laporte's avatar Vincent Laporte Committed by Vincent Laporte
Browse files

ocamlPackages.h2-eio: init at 0.13.0

parent 75a60571
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
{ buildDunePackage
, h2
, eio
, gluten-eio
}:

buildDunePackage {
  pname = "h2-eio";

  inherit (h2) src version;

  propagatedBuildInputs = [ eio gluten-eio h2 ];

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

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

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

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

    hacl-star = callPackage ../development/ocaml-modules/hacl-star { };