← All repos

mtime

Monotonic wall-clock time for OCaml

Browse cluster: OCaml Systems and Utilities
125commits
9contributors
3languages

Tech stack & purpose

Mtime is an OCaml library that provides platform-independent support for monotonic wall-clock time, which increases continuously without being affected by operating system calendar adjustments. The library offers types for representing timestamps and time spans with nanosecond precision, and an additional Mtime_clock library provides access to the system's monotonic clock. Built in pure OCaml with no dependencies for the core library, Mtime is distributed under the ISC license and can be installed via opam.

Languages

OCaml
81.5%
C
12.0%
JavaScript
6.5%

Contributors