irmin-client.jsoo
Irmin_client_jsoo.Info
irmin-client
irmin-client.unix
module I : Irmin.Info.S
include Irmin.Info.S with type t = I.t
type author = string
val author_t : author Irmin__.Type.t
type message = string
val message_t : message Irmin__.Type.t
type t = I.t
val t : t Irmin__.Type.t
val date : t -> int64
val author : t -> author
val message : t -> message
val empty : t
type f = unit -> t
val none : f
val init : ?author:string -> ?message:string -> int64 -> t
val v : ?author:string -> ('b, Format.formatter, unit, f) format4 -> 'b