macOS
brew install dpplocal Homebrew formula metadata
brew / 順位 12689
dpp のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install dpplocal Homebrew formula metadata
nix profile install nixpkgs#dppnixpkgs package indexes · pkgs/by-name/dp/dpp/package.nix · ソース: api.github.com
概要
Directly include C headers in D source code
履歴
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.
セキュリティ状態
narrow executable package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
d++ | 実行可能ファイル | インデックス済み実行可能ファイル | ローカル実行可能ファイルインデックスから検出されました。 |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
インストールメタデータ
| パッケージキー | brew:dpp |
|---|---|
| バージョン | 0.6.0 |
| パッケージマネージャ | Homebrew |
| ホームページ | https://github.com/atilaneves/dpp |
| リポジトリ | https://github.com/atilaneves/dpp |
| 最終更新 | 2026-06-13T01:24:10+02:00 |
| Pulse | updated |
| Bottle | 未記録 |
| サービス | 宣言なし |
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
dpp
nix profile install nixpkgs#dppソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.