mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 17:03:01 +00:00
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-lwt = callPackage ../development/ocaml-modules/mirage/types-lwt.nix { };
|
||||
|
||||
mirage-unix = callPackage ../development/ocaml-modules/mirage-unix { };
|
||||
|
||||
mlgmp = callPackage ../development/ocaml-modules/mlgmp { };
|
||||
|
Loading…
Reference in New Issue
Block a user