Module debian_packaging::repository::builder[][src]

Expand description

Build your own Debian repositories.

This module defines functionality for constructing Debian repositories.

See https://wiki.debian.org/DebianRepository/Format for the format of repositories.

Repositories are essentially a virtual filesystem composed of some well-defined files. Primitives in this module facilitate constructing your own repositories.

Structs

Describes a file in the pool to support a binary package.

Holds the content of a .deb file in-memory.

Describes an index file to write.

Build Debian repositories from scratch.

Enums

Describes the layout of the pool part of the repository.

Traits

Describes a reference to a .deb Debian package existing somewhere.