Module Irmin_unix

Irmin Unix utilities

This module provides utilities for Unix applications.

module Info = Info.Make
val info : ?author:string -> ('a, Stdlib.Format.formatter, unit, unit -> Irmin.Info.default) Stdlib.format4 -> 'a

info fmt () creates a fresh commit info, with the date set to Unix.gettimeoday () and the author built using Unix.gethostname() and Unix.getpid() if author is not provided.