package mirage-time

  1. Overview
  2. Docs
Time operations for MirageOS

Install

Dune Dependency

Authors

Maintainers

Sources

mirage-time-v2.0.1.tbz
sha256=002e06d2d2cf22bcb15e497f8c09d0618665b54b1a686681662930771ea9d5f0
sha512=0c195c00f4fd33453a12f3677bdaa89ce7055b39aa067b9ea0b4062aec51cfd8a591f2e9b291ad421e11ca57eebaf9b388d104322b9e1d34def7906a8c1b2963

Description

mirage-time defines Mirage_time.S, the signature for time-related operations for MirageOS.

Tags

org:mirage

Published: 05 Nov 2019

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.