package mirage-mtime

  1. Overview
  2. Docs
Libraries and module types for a monotonic clock

Install

dune-project
 Dependency

Authors

Maintainers

Sources

mirage-mtime-5.2.0.tbz
sha256=91a04352a405d5215e724bbce624675fd8e2d7c4e36d3225cf806546e44089bf
sha512=5ffc9570c2d939d3deee1ca0b12ba49c9332ec141bf847edd7c4c8fbe274bf1f4a4ac5b74a7acdb30d1cbf81783bd71b66e83cfa7af1a7e80a1406edafcec110

Description

This library implements portable support for an operating system timesource that is compatible with the MirageOS library interfaces found in: https://github.com/mirage/mirage

It implements a monotonic timesource since an arbitrary point.

Tags

org:mirage

Added to opam-repository:

README

mirage-mtime -- libraries for a monotonic clock

This library implements portable support for an operating system timesource that is compatible with the MirageOS library interfaces found in: https://github.com/mirage/mirage

It implements a Mirage_mtime module that represents a monotonic timesource since an arbitrary point.

The following sources are used:

  • The Unix version uses Mtime_clock,
  • The freestanding version uses the paravirtual clock source from the hypervisor.

Dependencies (3)

  1. mtime >= "2.0.0"
  2. dune >= "2.8"
  3. ocaml >= "4.08.0"

Dev Dependencies

None

Conflicts

None