mirage-clock-freestandingversion
Libraries and module types for portable clocks
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 an MCLOCK
module that represents a monotonic timesource
since an arbitrary point, and PCLOCK
which counts time since the Unix
epoch.
The following sources are used:
- The Unix version uses
gettimeofday
orclock_gettime
, depending on which OS is in use (see clock_stubs.c). - The freestanding version uses the paravirtual clock source from the hypervisor.
Tags | org:mirage |
---|---|
Authors | Anil Madhavapeddy, Daniel C. Bünzli and Matthew Gray |
License | ISC |
Published | |
Homepage | https://github.com/mirage/mirage-clock |
Issue Tracker | https://github.com/mirage/mirage-clock/issues |
Maintainer | anil@recoil.org |
Dependencies |
|
Source [http] | https://github.com/mirage/mirage-clock/releases/download/v1.3.0/mirage-clock-1.3.0.tbz sha256=3f46c17bc135994feb4bd262cb1f9ffa637a4047670fa9b34ab33fd7a3260ff7 md5=eccfb4b7361bcc639744fd18d17cb582 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/mirage-clock-freestanding/mirage-clock-freestanding.1.3.0/opam |
Required by
- mirage-xen>=3.0.0 & <3.0.6