package irmin-unix

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

Irmin store resolver.

val global_option_section : string
val branch : string option Cmdliner.Term.t
module Hash : sig ... end
type hash = Hash.t
module Contents : sig ... end
type contents = Contents.t

Global Configuration

module Store : sig ... end
type Irmin.remote +=
  1. | R of Cohttp.Header.t option * string

Parse a remote store location.

Stores

type store =
  1. | S : (module Irmin.S with type t = 'a) * 'a Lwt.t * Store.remote_fn option -> store

Parse the command-line arguments and then the config file.