PackageSupplier

Supplies packages, this is done by supplying the latest possible version which is available.

Members

Functions

cacheOp
void cacheOp(Path cacheDir, CacheOp op)

perform cache operation

getPackageDescription
Json getPackageDescription(string packageId, Dependency dep, bool pre_release)

returns the metadata for the package

getVersions
Version[] getVersions(string package_id)
Undocumented in source.
retrievePackage
void retrievePackage(Path path, string packageId, Dependency dep, bool pre_release)

path: absolute path to store the package (usually in a zip format)

Properties

description
string description [@property getter]

Returns a hunman readable representation of the supplier

Meta