dub 1.23.0
Package and build manager for D projects
DUB is a package and build manager for applications and libraries written in the D programming language. It can automatically retrieve a project's dependencies and integrate them in the build process.
The design emphasis is on maximum simplicity for simple projects, while providing the opportunity to customize things when needed.
- Website: https://code.dlang.org/getting_started
- Licenses: Expat
- Package source: gnu/packages/dlang.scm
- Builds: See build status
- Issues: See known issues
Installation
Install dub 1.23.0
as follows:
guix install dub@1.23.0
Or install the latest version:
guix install dub
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.