package irmin

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

V1 serialisation.

module Info : Info.S with type t = Info.Default.t

Serialisation format for V1 info.

module Make (Hash : Hash.S) (C : Generic_key.S with module Info := Info) : sig ... end