package irmin-client

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type S = sig ... end
type nonrec addr = [
  1. | `TLS of [ `Hostname of string ] * [ `IP of Ipaddr.t ] * [ `Port of int ]
  2. | `TCP of [ `IP of Ipaddr.t ] * [ `Port of int ]
  3. | `Ws of ([ `IP of Ipaddr.t ] * [ `Port of int ]) option * string
  4. | `Unix_domain_socket of [ `File of string ]
]
module type IO = sig ... end
val config : ?tls:bool -> ?hostname:string -> Uri.t -> Irmin.config
module 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
OCaml

Innovation. Community. Security.