Eugene Wissner f4c31ae26e development/d-tools: Added (D compiler). il y a 7 ans
..
README f4c31ae26e development/d-tools: Added (D compiler). il y a 7 ans
d-tools.SlackBuild f4c31ae26e development/d-tools: Added (D compiler). il y a 7 ans
d-tools.info f4c31ae26e development/d-tools: Added (D compiler). il y a 7 ans
slack-desc f4c31ae26e development/d-tools: Added (D compiler). il y a 7 ans

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.

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