slackbuilds_ponce/development/d-tools
Eugen Wissner 0109d51718
development/d-tools: Updated for version 2.084.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2019-01-05 07:49:22 +07:00
..
d-tools.info
d-tools.SlackBuild
README
slack-desc

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.

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