package rpmfile

  1. Overview
  2. Docs

Module Rpmfile.ReaderSource

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

Parameters

module _ : Selector.S

Signature

Sourcetype result = (metadata, string) result

Result of metadata value or parsing error.

Sourceexception Error of string

Parsing error.

Sourceval of_string : string -> result
Sourceval of_string_exn : string -> metadata
Sourceval of_file : string -> result
Sourceval of_file_exn : string -> metadata