ocamlPackages.mirage-console-unix: init at 4.0.0

wip/yesman
sternenseemann 3 years ago
parent b15ba2369f
commit eac6fcc16c
  1. 17
      pkgs/development/ocaml-modules/mirage-console/unix.nix
  2. 2
      pkgs/top-level/ocaml-packages.nix

@ -0,0 +1,17 @@
{ buildDunePackage, mirage-console, lwt, cstruct, cstruct-lwt }:
buildDunePackage {
pname = "mirage-console-unix";
inherit (mirage-console) version src useDune2 minimumOCamlVersion;
propagatedBuildInputs = [
mirage-console
cstruct
cstruct-lwt
];
meta = mirage-console.meta // {
description = "Implementation of Mirage consoles for Unix";
};
}

@ -561,6 +561,8 @@ let
mirage-console = callPackage ../development/ocaml-modules/mirage-console { };
mirage-console-unix = callPackage ../development/ocaml-modules/mirage-console/unix.nix { };
mirage-crypto = callPackage ../development/ocaml-modules/mirage-crypto { };
mirage-crypto-pk = callPackage ../development/ocaml-modules/mirage-crypto/pk.nix { };

Loading…
Cancel
Save