Module Irmin_containers.Time

Time specifies a source of timestamps. Timestamps must be monotonic for the data structures to function properly.

module type S = sig ... end

Signature for the timestamps

module Machine : S

A timestamp method using system-specific monotonic clocks (as provided by the Mtime package).