Irmin.Sync
Remote synchronisation.
Store Synchronisation.
module type S = sig ... end
val remote_store : (module Irmin__.Store_intf.S_generic_key with type t = 'a) -> 'a -> Irmin__.Remote_intf.t
module Make (X : sig ... end) : S with type db = X.t and type commit = X.commit and type info = X.info