ocamlPackages.mirage-types-lwt: init at 3.9.0
This commit is contained in:
parent
19f9b87e51
commit
4dfe04a9ec
13
pkgs/development/ocaml-modules/mirage/types-lwt.nix
Normal file
13
pkgs/development/ocaml-modules/mirage/types-lwt.nix
Normal 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";
|
||||||
|
};
|
||||||
|
}
|
@ -601,6 +601,8 @@ let
|
|||||||
|
|
||||||
mirage-types = callPackage ../development/ocaml-modules/mirage/types.nix { };
|
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 { };
|
mirage-unix = callPackage ../development/ocaml-modules/mirage-unix { };
|
||||||
|
|
||||||
mlgmp = callPackage ../development/ocaml-modules/mlgmp { };
|
mlgmp = callPackage ../development/ocaml-modules/mlgmp { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user