package metadata

  1. Overview
  2. Docs

All support file formats.

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

Generic metadata parsing.

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

Parse the metadata from a file.

val 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.