LDC 1.38.0

LDC is a LLVM-based D compiler, aiming to provide a portable D programming language compiler with modern optimizations and code generation capabilities.

DUB 1.37.0

DUB is a source file dependency resolver and package manager for the D programming language. It utilizes a simple JSON package description scheme, integrates with git for implicit release versioning, generates VisualD project files for MonoD, comes with support for DMD, GDC and LDC; and can utilize local directories as package source.

DMD 2.108.0

D is a modern C-style programming language, declarative, object-oriented, and with inferred static typing, somewhat inspired by Python, Java, Eiffel, C# and Ruby. It provides many conveniences, like automatic memory management, concurrency-awareness, contractual design, or first class arrays and dictionaries, built-in macro and meta programming features. It still permits inline assembler, and produces fast and native binaries.

LDC2 1.37.0

LDC is a LLVM-based D compiler, aiming to provide a portable D programming language compiler with modern optimizations and code generation capabilities.

gtkD 3.10.0

GtkD is a D binding for the GTK+ toolkit, Gobject, GStreamer. It's currently targetting Gtk 3.22+ and provides a convenient OO wrapper; similar to the bindings in Vala.

Coedit 3.7.10

IDE for the D programming language, its compilers, tools and libraries.

dexed 3.7.4

IDE for the D programming language, its compilers, tools and libraries.

PseudoD 1.7.5

PseudoD is an interpreted programming language for C and C++ with an entirely Spanish syntax losely based on Ada and D. It provides a limited set of operators and keywords. The implementation is just a few kilobytes.