dub.packagesupplier

Contains (remote) package supplier interface and implementations.

Members

Aliases

FallbackPackageSupplier
alias FallbackPackageSupplier = AutoImplement!(AbstractFallbackPackageSupplier, fallback)

Combines two package suppliers and uses the second as fallback to handle failures.

Classes

AbstractFallbackPackageSupplier
class AbstractFallbackPackageSupplier
Undocumented in source.
FileSystemPackageSupplier
class FileSystemPackageSupplier

File system based package supplier.

RegistryPackageSupplier
class RegistryPackageSupplier

Online registry based package supplier.

Interfaces

PackageSupplier
interface PackageSupplier

Base interface for remote package suppliers.

Meta

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.

Authors

Matthias Dondorff