ocamlPackages.gluten-eio: init at 0.5.0

This commit is contained in:
Vincent Laporte 2023-12-04 07:18:50 +01:00
parent f88ba5ea19
commit f997248425
No known key found for this signature in database
GPG Key ID: EBD582ADDDB1F81F
2 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,12 @@
{ lib, buildDunePackage, gluten, eio }:
buildDunePackage {
pname = "gluten-eio";
inherit (gluten) src version;
propagatedBuildInputs = [ gluten eio ];
meta = gluten.meta // {
description = "EIO runtime for gluten";
};
}

View File

@ -593,6 +593,7 @@ let
github-unix = callPackage ../development/ocaml-modules/github/unix.nix { };
gluten = callPackage ../development/ocaml-modules/gluten { };
gluten-eio = callPackage ../development/ocaml-modules/gluten/eio.nix { };
gluten-lwt = callPackage ../development/ocaml-modules/gluten/lwt.nix { };
gluten-lwt-unix = callPackage ../development/ocaml-modules/gluten/lwt-unix.nix { };