Irmin_git_unixmodule type G = sig ... endmodule type S = sig ... endmodule type Backend = sig ... endmodule FS : sig ... endmodule Mem : sig ... endinclude module type of struct include Irmin_unix endThis module provides utilities for Unix applications.
module Info = Irmin_unix.Infoval info : 
  ?author:string ->
  ('a, Stdlib.Format.formatter, unit, unit -> Irmin.Info.default)
    Stdlib.format4 ->
  'a