package metadb

  1. Overview
  2. Docs

Metadata to be associated to each file in a library

type t
val to_json : t -> Json.t
val from_json : Json.t -> t
val init : t

An constant value must be specified for initialization

val merge : t -> t -> t option

How two entries can be merged to resolve conflicts. If value is None, entries will not be merged

val to_string : t -> string

For debugging purposes