package irmin-client

  1. Overview
  2. Docs
A client for irmin-server

Install

Dune Dependency

Authors

Maintainers

Sources

irmin-3.10.0.tbz
sha256=92a9de7a0a2a35c2feba0c35a806b1f0df24c1c0d15164eebf3f919296d26715
sha512=0203ec5117a851ad5afeb2f9091659b4e142e231b6b945caab93f4d7beb23397c8ac43f7056e91d18f4bff0be1062f6ae966d221f877c229328c0cbbf29fd9f0

doc/irmin-client.jsoo/Irmin_client_jsoo/index.html

Module Irmin_client_jsooSource

module Error = Irmin_client.Error
Sourcemodule Info (I : Irmin.Info.S) : sig ... end
Sourceval config : ?tls:bool -> ?hostname:string -> Uri.t -> Irmin.config
Sourcemodule 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
Sourcemodule 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
Sourcemodule 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.