Module reader

Module reader 

Source
Expand description

.deb file reading functionality.

Structs§

BinaryPackageReader
A reader of .deb files.
ControlTarEntries
Represents entries in a control.tar file.
ControlTarEntry
A wrapper around tar::Entry for representing content in control.tar files.
ControlTarReader
A reader for control.tar files.
DataTarReader
A reader for data.tar files.

Enums§

BinaryPackageEntry
Represents an entry in a .deb archive.
ControlTarFile
Represents a parsed file in a control.tar archive.

Functions§

resolve_control_file
Resolve the control file from the control.tar file within a .deb archive.