Irmin_client.Clientmodule type S = sig ... endmodule type IO = sig ... endval config : ?tls:bool -> ?hostname:string -> Uri.t -> Irmin.configmodule Make
(I : IO)
(Codec : Irmin_server.Conn.Codec.S)
(Store : Irmin.Generic_key.S) :
S
with module Schema = Store.Schema
and type Backend.Remote.endpoint = unit
and type commit_key = Store.commit_key
and type contents_key = Store.contents_key
and type node_key = Store.node_key