2020-10-13 03:01:23 +02:00
|
|
|
This package provides ancillary tools for the D programming language
|
|
|
|
compiler.
|
2017-10-13 11:22:15 +02:00
|
|
|
|
|
|
|
The following tools are included:
|
|
|
|
|
|
|
|
* dub - Package manager for D packages.
|
|
|
|
* ddemangle - D symbol demangler.
|
|
|
|
* rdmd - D build tool.
|
|
|
|
* dustmite - Test case minimization tool.
|
2017-12-01 21:44:23 +01:00
|
|
|
* D-Scanner - Swiss-army knife for D source code.
|
2019-05-27 09:36:21 +02:00
|
|
|
* DCD - Auto-complete program.
|
2017-10-13 11:22:15 +02:00
|
|
|
|
2020-10-13 03:01:23 +02:00
|
|
|
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
|