dub.dub

A package manager.

Members

Classes

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

Functions

defaultPackageSuppliers
PackageSupplier[] defaultPackageSuppliers()

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

getModuleNameFromContent
string getModuleNameFromContent(string content)

Search for module keyword in D Code

getModuleNameFromFile
string getModuleNameFromFile(string filePath)

Search for module keyword in file

Meta

Authors

Matthias Dondorff, Sönke Ludwig

License

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