package irmin-unix

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

The type for store configurations. A configuration value contains: the store implementation a creator of store's state and endpoint.

type remote_fn = ?headers:Cohttp.Header.t -> string -> Irmin.remote
val v : ?remote:remote_fn -> (module Irmin.S) -> t
val mem : contents -> t
val irf : contents -> t
val http : t -> t
val git : contents -> t
val find : string -> contents -> t
val add : string -> ?default:bool -> (contents -> t) -> unit
OCaml

Innovation. Community. Security.