dub

Build tool and package manager for the D programming language

brewmacoslinux
Try with needOr install directly
Source

About

Build tool for D projects

Commands

dub

Examples

Create a new D project$ dub init my_project
Build and run a project$ dub run
Fetch and manage dependencies$ dub fetch package_name