package metadata

  1. Overview
  2. Docs

Module Metadata.AnySource

All supported file formats.

Sourceval parse : Reader.t -> (string * string) list

Generic metadata parsing.

Sourceval parse_file : ?custom_parser:custom_parser -> string -> (string * string) list

Parse the metadata from a file.

Sourceval parse_string : ?custom_parser:custom_parser -> string -> (string * string) list

Parse the metadata from a string containing the contents of a file.

OCaml

Innovation. Community. Security.