dtools

D programming language compiler and standard library tools

brewmacoslinux
Try with needOr install directly
Source

About

D programming language tools

Commands

dmdrdmddub

Examples

Compile a D source file to an executable$ dmd hello.d -of=hello
Run a D script directly without explicit compilation$ rdmd script.d
Build a D project using the package manager$ dub build