Skip to content

Commit

Permalink
ocamlPackages.mirage-types-lwt: init at 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vbgl committed Dec 3, 2020
1 parent 19f9b87 commit 4dfe04a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkgs/development/ocaml-modules/mirage/types-lwt.nix
@@ -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";
};
}
2 changes: 2 additions & 0 deletions pkgs/top-level/ocaml-packages.nix
Expand Up @@ -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 { };
Expand Down

0 comments on commit 4dfe04a

Please sign in to comment.