package mirage-time-unix

  1. Overview
  2. Docs
Time operations for MirageOS on Unix

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-time-v3.0.0.tbz
sha256=0d40949b58e2c7e8b762ccc8ce066345046233c8c95d0e3d17a242ff289cbd7c
sha512=066f9271c7871eb754cf9b3f8853f4861ce80d1cc31eb9a2384f3cd62441e15aa7636d19cc3bee6d56219fa5653b9f7da7d9b9d659fd1f7cd17326e7ba1715eb

Description

mirage-time-unix defines Time, an implementation of the Mirage_time.S signature for the Unix backend.

Tags

org:mirage

Published: 15 Nov 2021

README

mirage-time -- Time operations for MirageOS

The mirage-time repository defines:

  • Mirage_time.S the signature for time-related operations for MirageOS;

  • Time an implementation of the previous signature for the Unix backend.

Installation

mirage-time can be installed with opam:

opam install mirage-time

mirage-time-unix can be installed with opam:

opam install mirage-time-unix

If you don't use opam consult the opam file for build instructions.

Dependencies (5)

  1. duration
  2. lwt >= "4.0.0"
  3. mirage-time = version
  4. dune >= "1.0"
  5. ocaml >= "4.08.0"

Dev Dependencies

None

Conflicts

None