mirage-clock-unixversion
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.4.1/mirage-clock-1.4.1.tbz sha256=76d96fdd041c68e1b8d7ad55fc3c79031975bca3ba4b335b3447de68eeca8398 md5=9c72eec62ae71149bd84813547b2cd3a |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/mirage-clock-unix/mirage-clock-unix.1.4.1/opam |
Required by
- arp-miragewith-test & <2.2.0
- camels
- conanwith-test
- conan-cliwith-test
- dns-forward-lwt-unix
- docteur-unixwith-test & <0.0.3
- domainslibwith-test & >=0.3.2 & <0.5.1
- git-kvwith-test
- http-mirage-clientwith-test & <0.0.4
- mirage-fs-unixwith-test & >=1.2.1 & <1.7.0
- mirage-natwith-test
- mirage-unix>=0.9.9 & <2.0.0 | >=3.0.0 & <3.0.8
- mirage-vnetif-stackwith-test & <0.6.1
- shared-block-ringwith-test & >=2.4.0
- tar-miragewith-test & >=2.2.0 & <2.4.0
- tcpipwith-test & >=3.0.0 & <4.0.0
- vpnkit>=0.1.1
- xentropyd