macOS
brew install dcdlocal Homebrew formula metadata
sudo port install dcdMacPorts ports tree · net/dcd/Portfile · source: api.github.com
brew
Auto-complete program for the D programming language. Version 0.16.2 via Homebrew; verified from local package data.
install
brew install dcdlocal Homebrew formula metadata
sudo port install dcdMacPorts ports tree · net/dcd/Portfile · source: api.github.com
sudo pacman -S dcdArch Linux sync databases · dcd · source: geo.mirror.pkgbuild.com
overview
Auto-complete program for the D programming language
history
DCD, the D Completion Daemon, is an autocomplete program for the D programming language. Its README positions it as editor infrastructure rather than an IDE: a server caches imported files and computes completion data, while a client is called by editor integrations or the command line.
The official GitHub repository was created in 2013 under the D language community organization. The README documents a client/server design, Unix-domain socket defaults on Unix-like systems, TCP socket support, and setup paths through Homebrew, source builds, or Dub.
DCD sits in the era before language-server-protocol tooling fully standardized editor integration. Its adoption came through editor scripts and plugins for D programmers, with the README pointing users to a wiki page for IDE and editor support and the input package facts showing availability in Homebrew, MacPorts, and Arch packaging.
Package users install DCD to give lightweight editors D-aware completion, call tips, symbol locations, and import completion without installing a full IDE. The server process is started before editing, and editor plugins usually invoke dcd-client on source buffers.
DCD is a classic small-language tooling package: two command-line programs, a daemon protocol, editor hooks, and a package-manager install path. It matters to package nerds because it shows how autocomplete tooling was distributed before every language tool became an LSP server.
security posture
broad file, network, media, or database tool signal. generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
dcd-client | cli | global executable | |
dcd-server | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/dlang-community/DCD
install metadata
| Package key | brew:dcd |
|---|---|
| Version | 0.16.2 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dcd |
| Homepage | https://github.com/dlang-community/DCD |
| Repository | https://github.com/dlang-community/DCD |
| Upstream docs | https://github.com/dlang-community/DCD#readme |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/dlang-community/DCD.git |
| Build dependencies | ldc |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dcd |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
dcd 1:0.16.2-1
D Completion Daemon: auto-complete for the D programming language
https://github.com/dlang-community/DCD
sudo pacman -S dcddcd
sudo port install dcdsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.