DubRegistry

Members

Functions

getDownloadStats
DbDownloadStats getDownloadStats(string packname, string ver)

get downloads for a package version

getPackageInfos
auto getPackageInfos(scope string[] pack_names, bool include_errors = false)

Gets information about multiple packages at once.

getPackageStats
DbPackageStats getPackageStats(string packname)

get stats (including downloads of all version) for a package

getUpdateQueuePosition
sizediff_t getUpdateQueuePosition(string pack_name)

Returns the current index of a given package in the update queue.

Meta