package irmin

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

Module Irmin.MetadataSource

Metadata defines metadata that is attached to contents but stored in nodes. The Git backend uses this to indicate the type of file (normal, executable or symlink).

Sourcemodule type S = sig ... end
Sourcemodule None : S with type t = unit

A metadata definition for systems that don't use metadata.

OCaml

Innovation. Community. Security.