mirage-clock-lwt
Lwt-based implementation of the MirageOS Clock interface
README
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.
Install
- Published
-
02 Jan 2019
- Maintainers
-
Sources
Dependencies
Reverse Dependencies
dns-certify
< "4.1.0"
dns-forward
>= "0.9.0"
dns-resolver
< "4.1.0"
dns-server
< "4.1.0"
mirage-clock-freestanding
< "3.0.0"
mirage-clock-unix
= "2.0.0"
mirage-nat
< "2.0.0"
mirage-types-lwt
>= "3.0.0" & < "3.7.1"
mirage-vnetif
>= "0.3.1" & < "0.5.0"
tcpip
>= "3.0.0" & < "4.0.0"