dub.dub

A package manager.

Members

Classes

DependencyVersionResolver
class DependencyVersionResolver
Undocumented in source.
Dub
class Dub

The Dub class helps in getting the applications dependencies up and running. An instance manages one application.

Enums

FetchOptions
enum FetchOptions

Option flags for fetch

UpgradeOptions
enum UpgradeOptions
Undocumented in source.

Functions

defaultPackageSuppliers
PackageSupplier[] defaultPackageSuppliers()

The default supplier for packages, which is the registry hosted by code.dlang.org.

determineModuleName
string determineModuleName(BuildSettings settings, Path file, Path base_path)
Undocumented in source. Be warned that the author may not have intended to support it.
getModuleNameFromContent
string getModuleNameFromContent(string content)

Search for module keyword in D Code

getModuleNameFromFile
string getModuleNameFromFile(string filePath)

Search for module keyword in file

Meta

License

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

Authors

Matthias Dondorff, Sönke Ludwig