Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CompressionAlgo ¶
type CompressionAlgo uint8
const ( NoCompression CompressionAlgo = 1 << iota GZIP BZIP2 XZ LZMA LZ4 ZSTD )
type Config ¶
type Config struct {
Source *source.Source
Version string
Prerelease bool
Target target.Target
PGPKey *pgp.PrivateKey
Compress CompressionAlgo
}
type Package ¶
type Package struct {
Package string
Version string
Architecture string
Maintainer string
InstalledSize int `deb:"Installed-Size"`
PreDepends string `deb:"Pre-Depends"`
Depends string
Recommends string
Conflicts string
Replaces string
Provides string
Priority string
Section string
Filename string
Size int
MD5sum [16]byte
SHA1 [20]byte
SHA256 [32]byte
Homepage string
Description string
}
Click to show internal directories.
Click to hide internal directories.