Distribution Response
data class DistributionResponse(val architecture: String, val cpeUri: String, val description: String, val latestVersion: VersionResponse, val maintainer: String, val url: String)
This represents a particular channel of distribution for a given package. E.g., Debian's jessie-backports dpkg mirror.
Properties
Link copied to clipboard
The CPU architecture for which packages in this distribution channel were built.
Link copied to clipboard
The cpe_uri in CPE format denoting the package manager version distributing a package.
Link copied to clipboard
The distribution channel-specific description of this package.
Link copied to clipboard
The latest available version of this package in this distribution channel.
Link copied to clipboard
A freeform string denoting the maintainer of this package.