Loading pkgs/development/ocaml-modules/mirage-mtime/default.nix 0 → 100644 +29 −0 Original line number Diff line number Diff line { lib, fetchurl, buildDunePackage, mtime, version ? "5.0.0", }: buildDunePackage { pname = "mirage-mtime"; inherit version; src = fetchurl { url = "https://github.com/mirage/mirage-mtime/releases/download/v${version}/mirage-mtime-${version}.tbz"; hash = "sha256-IwdaAyZyj8gfRPxQP9SOwb28AbtVy9PY7qcr0Pns9GU="; }; propagatedBuildInputs = [ mtime ]; meta = { description = "Monotonic time for MirageOS"; license = lib.licenses.isc; maintainers = [ lib.maintainers.vbgl ]; homepage = "https://github.com/mirage/mirage-mtime"; }; } pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1206,6 +1206,8 @@ let mirage-logs = callPackage ../development/ocaml-modules/mirage-logs { }; mirage-mtime = callPackage ../development/ocaml-modules/mirage-mtime { }; mirage-nat = callPackage ../development/ocaml-modules/mirage-nat { }; mirage-net = callPackage ../development/ocaml-modules/mirage-net { }; Loading Loading
pkgs/development/ocaml-modules/mirage-mtime/default.nix 0 → 100644 +29 −0 Original line number Diff line number Diff line { lib, fetchurl, buildDunePackage, mtime, version ? "5.0.0", }: buildDunePackage { pname = "mirage-mtime"; inherit version; src = fetchurl { url = "https://github.com/mirage/mirage-mtime/releases/download/v${version}/mirage-mtime-${version}.tbz"; hash = "sha256-IwdaAyZyj8gfRPxQP9SOwb28AbtVy9PY7qcr0Pns9GU="; }; propagatedBuildInputs = [ mtime ]; meta = { description = "Monotonic time for MirageOS"; license = lib.licenses.isc; maintainers = [ lib.maintainers.vbgl ]; homepage = "https://github.com/mirage/mirage-mtime"; }; }
pkgs/top-level/ocaml-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -1206,6 +1206,8 @@ let mirage-logs = callPackage ../development/ocaml-modules/mirage-logs { }; mirage-mtime = callPackage ../development/ocaml-modules/mirage-mtime { }; mirage-nat = callPackage ../development/ocaml-modules/mirage-nat { }; mirage-net = callPackage ../development/ocaml-modules/mirage-net { }; Loading