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

Published: 01 Sep 2025

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

Used by (13)

  1. awa >= "0.5.2"
  2. awa-mirage >= "0.5.2"
  3. charrua-client >= "2.0.0"
  4. conduit-mirage >= "8.0.0"
  5. dns-cli >= "10.1.0"
  6. dns-client-mirage >= "10.1.0"
  7. dns-resolver >= "10.1.0"
  8. dns-server >= "10.1.0"
  9. happy-eyeballs-mirage >= "2.0.1"
  10. irmin-cli >= "3.11.0"
  11. mirage-crypto-rng-mirage >= "2.0.1"
  12. mirage-flow-combinators >= "5.0.0"
  13. tcpip >= "9.0.0"

Conflicts

None