slackbuilds/development/d-tools
Eugen Wissner 9080ae3308
development/d-tools: Updated for version 2.098.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-12-30 11:20:12 +07:00
..
README development/d-tools: Fix README. 2020-10-17 09:38:59 +07:00
d-tools.SlackBuild development/d-tools: Updated for version 2.098.1 2021-12-30 11:20:12 +07:00
d-tools.info development/d-tools: Updated for version 2.098.1 2021-12-30 11:20:12 +07:00
slack-desc

README

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