package rpmfile

  1. Overview
  2. Docs

Standard reader with poor performance for reading from string or file.

Parameters

module _ : Selector.S

Signature

type result = (metadata, string) result

Result of metadata value or parsing error.

exception Error of string

Parsing error.

val of_string : string -> result
val of_string_exn : string -> metadata
val of_file : string -> result
val of_file_exn : string -> metadata
OCaml

Innovation. Community. Security.