mroch / mtime

Monotonic wall-clock time for OCaml

Home Page:http://erratique.ch/software/mtime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mtime — Monotonic wall-clock time for OCaml

%%VERSION%%

Mtime has platform independent support for monotonic wall-clock time in pure OCaml. This time increases monotonically and is not subject to operating system calendar time adjustments. The library has types to represent nanosecond precision timestamps and time spans.

The additional Mtime_clock library provide access to a system monotonic clock.

Mtime has a no dependency. Mtime_clock depends on your system library. The optional JavaScript support depends on js_of_ocaml. Mtime and its libraries are distributed under the ISC license.

Home page: http://erratique.ch/software/mtime
Contact: Daniel Bünzli <daniel.buenzl i@erratique.ch>

Installation

Mtime can be installed with opam:

opam install mtime
opam install js_of_ocaml mtime  # mtime with jsoo support

If you don't use opam consult the opam file for build instructions.

Documentation

The documentation and API reference is automatically generated from the source interfaces. It can be consulted online or via odig doc mtime.

Sample programs

If you installed mtime with opam sample programs are located in the directory opam config var mtime:doc.

In the distribution sample programs and tests are located in the test* directories. They can be built and run with:

topkg build --tests true && topkg test

About

Monotonic wall-clock time for OCaml

http://erratique.ch/software/mtime

License:ISC License


Languages

Language:OCaml 86.2%Language:C 9.5%Language:HTML 3.5%Language:Shell 0.8%