package mirage-time-unix

  1. Overview
  2. Docs

Description

Tags

org:mirage

Published: 21 Jul 2017

README

mirage-time -- Time operations for MirageOS

mirage-time defines:

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

  • Mirage_time_lwt.S the previous signature specialized Lwt; and

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

Installation

mirage-time can be installed with opam:

opam install mirage-time

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

Dependencies (5)

  1. duration
  2. lwt
  3. mirage-time-lwt >= "1.0.0"
  4. jbuilder >= "1.0+beta9"
  5. ocaml

Dev Dependencies

None

Conflicts

None