irmin-pack.unix
X.Remote
irmin-pack
irmin-pack.mem
type t = Irmin__Remote.None(Irmin_pack_unix__Store.Maker(Config).Make(Irmin.Schema.KV(C)).X.Commit.Key)(Irmin_pack_unix__Store.Maker(Config).Make(Irmin.Schema.KV(C)).B).t
type commit = Commit.Key.t
type branch = Irmin.Schema.KV(C).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