package irmin-client

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Error = Irmin_client.Error
module Info (I : Irmin.Info.S) : sig ... end
val config : ?tls:bool -> ?hostname:string -> Uri.t -> Irmin.config
module Make (Store : Irmin.Generic_key.S) : Irmin_client.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
module Make_codec (Codec : Irmin_server.Conn.Codec.S) (Store : Irmin.Generic_key.S) : Irmin_client.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
module Make_json (Store : Irmin.Generic_key.S) : Irmin_client.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.