irmin-pack.unix
X.Remote
irmin-pack
irmin-pack.mem
type t
type commit = Commit.Key.t
type branch = Schema.Branch.t
type endpoint = unit
val fetch : t -> ?depth:int -> endpoint -> branch -> (commit option, [ `Msg of string ]) result Lwt.t
val push : t -> ?depth:int -> endpoint -> branch -> (unit, [ `Detached_head | `Msg of string ]) result Lwt.t
val v : 'a -> t Lwt.t