aboutsummaryrefslogtreecommitdiff
path: root/development/d-tools/README
diff options
context:
space:
mode:
authorEugene Wissner <belka@caraus.de>2017-10-13 16:22:15 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-10-13 16:22:15 +0700
commit1e3bcc746d7617ea20acd384c66c951b24206096 (patch)
tree866ff33b7b516273d8908378730216bb44e534c4 /development/d-tools/README
parent9fdfa0d0cea993de5db70084b2248331be42ad80 (diff)
development/d-tools: Added (D compiler).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/d-tools/README')
-rw-r--r--development/d-tools/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/development/d-tools/README b/development/d-tools/README
new file mode 100644
index 0000000000000..6debf44601b9a
--- /dev/null
+++ b/development/d-tools/README
@@ -0,0 +1,12 @@
+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