# Installer compiledb avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de compiledb pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:compiledb
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install compiledb
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#compiledb
```

  Preuve: nixpkgs package indexes: pkgs/by-name/co/compiledb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:compiledb
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/compiledb>
- **Version:** 0.10.7
- **Résumé source:** Generate a Clang compilation database for Make-based build systems
- **Page d'accueil:** <https://github.com/nickdiego/compiledb>
- **Dépôt:** <https://github.com/nickdiego/compiledb>
- **Licence:** GPL-3.0-or-later
- **Archive source:** <https://files.pythonhosted.org/packages/0e/62/d0fc807871757841c32e6fbe433ebad422528a468336a0cf82fea226f41d/compiledb-0.10.7.tar.gz>
- **Dernière mise à jour:** 2026-07-13T10:21:17Z
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- compiledb (cli)
- compiledb (alias)

## Dépendances

- python@3.14

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur all

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.10.7
- gestionnaire mis à jour: 2026-07-13
- données locales: OK
- dépôt amont: https://github.com/nickdiego/compiledb
- info: No cached GitHub release or tag data was available.
## Historique du projet et usages

compiledb is a Python CLI for generating Clang JSON compilation databases for GNU Make-based build systems.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 2018: PyPI records the first public compiledb release.
- 2025: PyPI and GitHub releases record 0.10.x releases.

### Related projects

- compiledb is related to Clang's JSON Compilation Database format, Bear, YCM-Generator, cquery, ccls, and editor tooling such as YouCompleteMe.

### Sources

- <https://github.com/nickdiego/compiledb>
- <https://raw.githubusercontent.com/nickdiego/compiledb/master/README.md>
- <https://pypi.org/pypi/compiledb/json>
- <https://clang.llvm.org/docs/JSONCompilationDatabase.html>


## Notes de sécurité

broad file, network, media, or database tool signal. generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- broad file, network, media, or database tool signal
- generalized runtime or code generation signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** compiledb
- **Version Scheme:** 0
- **Revision:** 1
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Autres enregistrements de gestionnaires de paquets

- Nix - compiledb: normalized package name match | nixpkgs package indexes: pkgs/by-name/co/compiledb/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Liens liés

- [Source-control packages](https://pkg.so/fr/source-control-tools/) - Belongs to a source-control command family.
- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [python@3.14](https://pkg.so/fr/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [bear](https://pkg.so/fr/brew/bear/) - Shares pkgdb curated category or tags: build-tools, clang, cli, compilation-database, developer-tools.
- [colormake](https://pkg.so/fr/brew/colormake/) - Shares pkgdb curated category or tags: build-tools, cli, developer-tools, make.
- [pkgconf](https://pkg.so/fr/brew/pkgconf/) - Shares pkgdb curated category or tags: build-tools, cli, developer-tools.
- [ccache](https://pkg.so/fr/brew/ccache/) - Shares pkgdb curated category or tags: build-tools, clang, cli, developer-tools.
- [maturin](https://pkg.so/fr/brew/maturin/) - Shares pkgdb curated category or tags: build-tools, cli, developer-tools, python.
- [python-build](https://pkg.so/fr/brew/python-build/) - Shares pkgdb curated category or tags: build-tools, cli, developer-tools, python.
- [pyqt-builder](https://pkg.so/fr/brew/pyqt-builder/) - Shares pkgdb curated category or tags: build-tools, cli, developer-tools, python.
- [shtool](https://pkg.so/fr/brew/shtool/) - Shares pkgdb curated category or tags: build-tools, cli, developer-tools.
- [distcc](https://pkg.so/fr/brew/distcc/) - Both packages touch the same language runtime or ecosystem. Shared terms: build, build-tools, cli, compilation, developer.

## Combined YAML source

View the package source record on GitHub. [combined/compiledb.yml](https://github.com/mxcl/pkgdb/blob/main/combined/compiledb.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
