slackbuilds/development/d-tools
David Spencer 395f1c8324 development/d-tools: Fixed version in .info.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-02-18 18:10:19 +00:00
..
README development/d-tools: Updated for version 2.077.1 2017-12-02 06:30:53 +07:00
d-tools.SlackBuild development/d-tools: Updated for version 2.078.3 2018-02-17 07:42:48 +07:00
d-tools.info development/d-tools: Fixed version in .info. 2018-02-18 18:10:19 +00:00
slack-desc development/d-tools: Added (D compiler). 2017-10-13 16:22:15 +07:00

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.

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