package irmin-client

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Irmin_clientSource

Sourcemodule type S = Client.S
Sourcemodule Client : sig ... end
Sourcetype addr = Client.addr
Sourceval config : ?tls:bool -> ?hostname:string -> Uri.t -> Irmin.config
Sourcemodule Make (IO : Client.IO) (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
Sourcemodule Make_codec (IO : Client.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
Sourcemodule Make_json (IO : Client.IO) (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
OCaml

Innovation. Community. Security.