22774f1
# ocaml-mtime
22774f1
9b60dc9
[Mtime](https://erratique.ch/software/mtime) has platform independent support
9b60dc9
for monotonic wall-clock time in pure OCaml.  This time increases
9b60dc9
monotonically and is not subject to operating system calendar time
9b60dc9
adjustments.  The library has types to represent nanosecond precision
9b60dc9
timestamps and time spans.
9b60dc9
9b60dc9
The additional `Mtime_clock` library provide access to a system monotonic
9b60dc9
clock.
9b60dc9
9b60dc9
Mtime has no dependencies.  `Mtime_clock` depends on your system library.