ocamlPackages.mirage-types-lwt: init at 3.9.0

This commit is contained in:
Vincent Laporte 2020-11-28 10:01:33 +01:00 committed by Vincent Laporte
parent 19f9b87e51
commit 4dfe04a9ec
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{ lib, buildDunePackage, mirage-types
}:
buildDunePackage {
pname = "mirage-types-lwt";
inherit (mirage-types) version src useDune2;
propagatedBuildInputs = [ mirage-types ];
meta = mirage-types.meta // {
description = "Lwt module type definitions for MirageOS applications";
};
}

View file

@ -601,6 +601,8 @@ let
mirage-types = callPackage ../development/ocaml-modules/mirage/types.nix { };
mirage-types-lwt = callPackage ../development/ocaml-modules/mirage/types-lwt.nix { };
mirage-unix = callPackage ../development/ocaml-modules/mirage-unix { };
mlgmp = callPackage ../development/ocaml-modules/mlgmp { };