macOS
brew install dpplocal Homebrew formula metadata
brew / rank 12711
Directly include C headers in D source code. Version 0.6.0 via Homebrew; verified 2026-06-13. Also installable with nix: nix profile install nixpkgs#dpp.
install
brew install dpplocal Homebrew formula metadata
nix profile install nixpkgs#dppnixpkgs package indexes · pkgs/by-name/dp/dpp/package.nix · source: api.github.com
overview
Directly include C headers in D source code
history
dpp, invoked as d++, is a D-language interop tool that lets D source files directly include C and limited C++ headers, translating declarations through libclang and then compiling the generated D code.
The public GitHub repository was created in August 2017. Its README describes the goal as giving D files the same practical ease of use as C or C++ #include workflows, including macro-heavy C APIs, and notes that the work was supported by Symmetry Investments.
dpp's adoption has stayed centered on the D ecosystem rather than becoming a general-purpose systems tool. Its packaging in Homebrew and Nix makes it discoverable to D users who need C header interop without hand-maintaining bindings.
Users write quasi-D .dpp files containing #include directives, then run d++ so the tool expands declarations and selected macros into D code before invoking a D compiler.
For package maintainers, dpp is a compact example of language-ecosystem tooling that depends on libclang and a host C preprocessor to bridge ABI-heavy native libraries into a less mainstream compiled language.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
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 |
|---|---|---|---|
d++ | 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/atilaneves/dpp
install metadata
| Package key | brew:dpp |
|---|---|
| Version | 0.6.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/dpp |
| Homepage | https://github.com/atilaneves/dpp |
| Repository | https://github.com/atilaneves/dpp |
| License | BSL-1.0 |
| Source archive | https://github.com/atilaneves/dpp.git |
| Last updated | 2026-06-13T01:24:10+02:00 |
| Pulse | updated |
| Build dependencies | dtools, dub, ldc |
| Uses from macOS | llvm |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | dpp |
| Version Scheme | 0 |
| Revision | 1 |
| 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.
dpp
nix profile install nixpkgs#dppsource 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.