ocamlPackages.mirage-time(-unix): init at 2.0.1

This commit is contained in:
sternenseemann
2020-04-25 14:50:57 +02:00
committed by Vincent Laporte
parent bc675971da
commit b5f9eb06b5
3 changed files with 39 additions and 0 deletions
@@ -0,0 +1,13 @@
{ buildDunePackage, fetchurl, mirage-time, ocaml_lwt, duration }:
buildDunePackage {
pname = "mirage-time-unix";
inherit (mirage-time) src version minimumOCamlVersion;
propagatedBuildInputs = [ mirage-time ocaml_lwt duration ];
meta = mirage-time.meta // {
description = "Time operations for MirageOS on Unix";
};
}