Brassaia_eio.Sync
Store Synchronisation.
module type S = Sync_intf.S
val remote_store : (module Store.Generic_key.S with type t = 'a) -> 'a -> Remote.t
module Make (X : Store.Generic_key.S) : S with type db = X.t and type commit = X.commit and type info = X.info