package rpmfile

  1. Overview
  2. Docs

Source file rpmfile_cpio.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
14
(** The module implements CPIO archive reader.

    {b Example}

    {[
    let file_entries = Rpmfile_cpio.Reader.input_entries in_stream in
    List.iter print_endline file_entries
    ]} *)

(** {1 Modules} *)

module File_entry = File_entry
module Header = Header
module Reader = Reader