Skip to content

Commit

Permalink
ocamlPackages.h2-eio: init at 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Sep 30, 2024
1 parent 75a6057 commit 57617c4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pkgs/development/ocaml-modules/h2/eio.nix
Original file line number Diff line number Diff line change
@@ -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";
};
}

2 changes: 2 additions & 0 deletions pkgs/top-level/ocaml-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 { };
Expand Down

0 comments on commit 57617c4

Please sign in to comment.