DistributionResponse

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

Constructors

Link copied to clipboard
fun DistributionResponse(architecture: String, cpeUri: String, description: String, latestVersion: VersionResponse, maintainer: String, url: String)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard
val url: String

The distribution channel-specific homepage for this package.