package irmin

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

Irmin signatures

type config
module Store_properties : sig ... end
module type CONTENT_ADDRESSABLE_STORE = sig ... end
module type CONTENT_ADDRESSABLE_STORE_MAKER = functor (K : Hash.S) -> functor (V : Type.S) -> sig ... end
module type APPEND_ONLY_STORE = sig ... end
module type APPEND_ONLY_STORE_MAKER = functor (K : Type.S) -> functor (V : Type.S) -> sig ... end
module type METADATA = sig ... end
type 'a diff = 'a Diff.t
module type ATOMIC_WRITE_STORE = sig ... end
module type ATOMIC_WRITE_STORE_MAKER = functor (K : Type.S) -> functor (V : Type.S) -> sig ... end
type remote = ..