ocamlPackages.mirage-unix: init at 4.0.0
This commit is contained in:
committed by
Vincent Laporte
parent
3ca20e824f
commit
0684381e27
@@ -0,0 +1,21 @@
|
|||||||
|
{ lib, buildDunePackage, fetchurl, ocaml_lwt, duration, mirage-runtime, io-page-unix }:
|
||||||
|
|
||||||
|
buildDunePackage rec {
|
||||||
|
pname = "mirage-unix";
|
||||||
|
version = "4.0.0";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "https://github.com/mirage/${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
|
||||||
|
sha256 = "0kyd83bkpjhn382b4mw3a4325xr8vms78znxqvifpcyfvfnlx7hj";
|
||||||
|
};
|
||||||
|
|
||||||
|
propagatedBuildInputs = [ ocaml_lwt duration mirage-runtime io-page-unix ];
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
homepage = "https://github.com/mirage/mirage-unix";
|
||||||
|
description = "Unix core platform libraries for MirageOS";
|
||||||
|
license = licenses.isc;
|
||||||
|
maintainers = with maintainers; [ sternenseemann ];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -555,6 +555,8 @@ let
|
|||||||
|
|
||||||
mirage-time-unix = callPackage ../development/ocaml-modules/mirage-time/unix.nix { };
|
mirage-time-unix = callPackage ../development/ocaml-modules/mirage-time/unix.nix { };
|
||||||
|
|
||||||
|
mirage-unix = callPackage ../development/ocaml-modules/mirage-unix { };
|
||||||
|
|
||||||
mlgmp = callPackage ../development/ocaml-modules/mlgmp { };
|
mlgmp = callPackage ../development/ocaml-modules/mlgmp { };
|
||||||
|
|
||||||
mlgmpidl = callPackage ../development/ocaml-modules/mlgmpidl { };
|
mlgmpidl = callPackage ../development/ocaml-modules/mlgmpidl { };
|
||||||
|
|||||||
Reference in New Issue
Block a user