package irmin

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

KV_maker is like Maker but where everything except the contents is replaced by sensible default implementations.

type endpoint
type metadata
type hash
include Key.Store_spec.S with type ('h, _) contents_key = 'h with type 'h node_key = 'h with type 'h commit_key = 'h
type ('h, _) contents_key = 'h
type 'h node_key = 'h
type 'h commit_key = 'h
module Make (C : Contents.S) : sig ... end