Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Package ¶
type Package struct {
debtypes.Package
// URLs is a list of URLs that the package can be downloaded from.
URLs []string `json:"-"`
// IsVirtual is true if the package is a virtual package.
IsVirtual bool `json:"-"`
// Providers lists packages that provide this virtual package.
Providers []Package `json:"-"`
}
Package represents a Debian package.
Click to show internal directories.
Click to hide internal directories.