Module Irmin.SyncSource

Remote synchronisation.

Store Synchronisation.

Sourcemodule type S = sig ... end
Sourceval remote_store : (module Irmin__.Store_intf.S_generic_key with type t = 'a) -> 'a -> Irmin__.Remote_intf.t
Sourcemodule Make (X : sig ... end) : S with type db = X.t and type commit = X.commit and type info = X.info