ocamlPackages.gluten-lwt: init 0.2.1

This commit is contained in:
superherointj 2021-10-26 19:58:39 -03:00 committed by Vincent Laporte
parent a88d967cd4
commit 86d885b8de
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,14 @@
{ buildDunePackage
, gluten
, lwt
}:
buildDunePackage rec {
pname = "gluten-lwt";
inherit (gluten) doCheck meta src useDune2 version;
propagatedBuildInputs = [
gluten
lwt
];
}

View file

@ -420,6 +420,7 @@ let
getopt = callPackage ../development/ocaml-modules/getopt { };
gluten = callPackage ../development/ocaml-modules/gluten { };
gluten-lwt = callPackage ../development/ocaml-modules/gluten/lwt.nix { };
gmap = callPackage ../development/ocaml-modules/gmap { };