macOS
brew install compiledblocal Homebrew formula metadata
brew
Generate a Clang compilation database for Make-based build systems. Version 0.10.7 via Homebrew; verified from local package data.
install
brew install compiledblocal Homebrew formula metadata
nix profile install nixpkgs#compiledbnixpkgs package indexes · pkgs/by-name/co/compiledb/package.nix · source: api.github.com
overview
Generate a Clang compilation database for Make-based build systems
history
compiledb is a Python CLI for generating Clang JSON compilation databases for GNU Make-based build systems.
The official README says compiledb was written to index Android Open Source Project modules after the author found existing tools unsatisfactory. It reworked ideas from YCM-Generator and aimed to produce `compile_commands.json` quickly without always requiring a clean build, using Make dry-run and keep-going behavior to extract compile commands.
PyPI records public compiledb releases starting in 2018. The Homebrew input records both Homebrew and Nix packaging, reflecting its role as a small command-line bridge between traditional Make projects and Clang-aware editor or language-server tooling.
compiledb can wrap `make`, parse build logs or stdin, and write Clang's `compile_commands.json` in arguments-list or command-string form. Its main audience is non-CMake projects that still want editor indexing, static analysis, or language-server support.
The package is significant because `compile_commands.json` became a de facto interchange file for C and C++ tooling. compiledb gives Make-based projects a lightweight way to participate in that ecosystem without migrating their build system.
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 |
|---|---|---|---|
compiledb | 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/nickdiego/compiledb
install metadata
| Package key | brew:compiledb |
|---|---|
| Version | 0.10.7 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/compiledb |
| Homepage | https://github.com/nickdiego/compiledb |
| Repository | https://github.com/nickdiego/compiledb |
| Upstream docs | https://github.com/nickdiego/compiledb#readme |
| License | GPL-3.0-or-later |
| Source archive | https://files.pythonhosted.org/packages/0e/62/d0fc807871757841c32e6fbe433ebad422528a468336a0cf82fea226f41d/compiledb-0.10.7.tar.gz |
| Dependencies | python@3.14 |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | compiledb |
| 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.
compiledb
nix profile install nixpkgs#compiledbsource 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.