package rpmfile

  1. Overview
  2. Docs

Module Rpmfile_cpio.File_entrySource

A file record of archive.

Sourcetype t = {
  1. metadata : Header.t;
  2. filename : string;
  3. contents : contents;
}
Sourceand t_with_string_payload = t
Sourceand t_with_bigstring_payload = t
Sourceand t_without_payload = t
Sourceand contents = [ `String of string | `Bigstring of string ] option