package irmin-mirage-git

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

Metadata provides base functions for node metadata.

type t = metadata

The type for metadata.

val t : t Irmin.Type.t

t is the value type for t.

val merge : t Irmin.Merge.t

merge is the merge function for metadata.

val default : t

The default metadata to attach, for APIs that don't care about metadata.