Intro to DUB
DUB is the official package manager for the D programming language, providing simple and configurable cross-platform builds. DUB is well integrated in various IDEs and can also generate configuration for third party build systems and IDEs.
Use the DUB registry website to discover packages and publish your own.
The CLI can be used to
- download programs and dependencies (dub fetch, dub upgrade)
- create projects (dub init, dub add)
- compile projects and external programs (dub build, dub run)
- test projects (dub test)
To see how to obtain dub, go to the next page by pressing the button below.
You can also skip ahead to First steps if you already have dub installed.
Last update:
August 5, 2022
Created: August 5, 2022
Created: August 5, 2022