macOS
brew install dpplocal Homebrew formula metadata
brew / rank 12689
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++ | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:dpp |
|---|---|
| Version | 0.6.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/atilaneves/dpp |
| Repository | https://github.com/atilaneves/dpp |
| Last updated | 2026-06-13T01:24:10+02:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
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.