dtools 2.108.0-rc.1

D Tools


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

D tools

GitHub tag Bugzilla Issues Buildkite license

This repository hosts various tools redistributed with DMD or used internally during various build tasks.

ProgramScopeDescription
catdocBuildConcatenates Ddoc files.
changedInternalChange log generator.
chmodzipBuildZIP file attributes editor.
ddemanglePublicD symbol demangler.
detabInternalReplaces tabs with spaces.
dgetInternalD source code downloader.
dmanPublicD documentation lookup tool.
dustmitePublicTest case minimization tool.
get_dlibcurl32InternalWin32 libcurl downloader/converter.
rdmdPublicD build tool.
rdmd_testInternalrdmd test suite.
tests_extractorInternalExtracts public unittests (requires DUB)
tolfInternalLine endings converter.
updatecopyrightInternalUpdate the copyright notices in DMD

To report a problem or browse the list of open bugs, please visit the bug tracker.

For a list and descriptions of D development tools, please visit the D wiki.

Building

On a Posix system all tools can be built with:

make all

Using DUB as a build tool

Most tools can also be built with DUB:

dub build :ddemangle

Running DUB tools

Some tools require D's package manager DUB. By default, DUB builds a binary and executes it. On a Posix system, the source files can directly be executed with DUB (e.g. ./tests_extractor.d). Alternatively, the full single file execution command can be used:

dub --single tests_extractor.d

Remember that when programs are run via DUB, you need to pass in -- before the program's arguments, e.g dub --single tests_extractor.d -- -i ../phobos/std/algorithm.

For more information, please see DUB's documentation.

Authors:
  • DLang Community
Sub packages:
dtools:tests_extractor, dtools:dman, dtools:dget, dtools:checkwhitespace, dtools:ddemangle, dtools:detab, dtools:tolf, dtools:rdmd, dtools:contributors, dtools:changed, dtools:catdoc, dtools:dustmite
Dependencies:
none
Versions:
2.108.0-rc.1 2024-Mar-02
2.108.0-beta.1 2024-Mar-02
2.107.1 2024-Jan-01
2.107.1-rc.1 2024-Jan-01
2.107.0 2024-Jan-01
Show all 50 versions
Download Stats:
  • 0 downloads today

  • 1 downloads this week

  • 2 downloads this month

  • 23035 downloads total

Score:
2.5
Short URL:
dtools.dub.pm