ocamlPackages.h2-eio: init at 0.13.0

This commit is contained in:
Vincent Laporte 2024-09-24 20:33:52 +02:00 committed by Vincent Laporte
parent 75a60571b4
commit 57617c48ef
2 changed files with 20 additions and 0 deletions

View File

@ -0,0 +1,18 @@
{ 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";
};
}

View File

@ -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 { };