dub.packagesuppliers.packagesupplier

Undocumented in source.

Members

Functions

getBestPackage
Json getBestPackage(Json metadata, string packageId, Dependency dep, bool pre_release)
Undocumented in source. Be warned that the author may not have intended to support it.

Imports

NativePath (from dub.internal.vibecompat.core.file)
public import dub.internal.vibecompat.core.file : NativePath;
Undocumented in source.

Interfaces

PackageSupplier
interface PackageSupplier

Base interface for remote package suppliers.

Structs

Dependency (from dub.dependency)
struct Dependency via public import dub.dependency : Dependency, Version;

Represents a dependency specification.

Json (from dub.internal.vibecompat.data.json)
struct Json via public import dub.internal.vibecompat.data.json : Json;

Represents a single JSON value.

Version (from dub.dependency)
struct Version via public import dub.dependency : Dependency, Version;

Represents a version in semantic version format, or a branch identifier.

Meta