summaryrefslogtreecommitdiffstats
path: root/development/d-tools/README
blob: 7d717f9900c6ddc3eadfba84036f1b28375edf6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
This package provides ancillary tools for the D programming language
compiler.

The following tools are included:

* dub - Package manager for D packages.
* ddemangle - D symbol demangler.
* rdmd - D build tool.
* dustmite - Test case minimization tool.
* D-Scanner - Swiss-army knife for D source code.
* DCD - Auto-complete program.

By default DMD is used to build all tools but you can build them with
GDC as well. DMD is not required in this case. Specify $DC variable
for that: DC=gdc ./d-tools.SlackBuild