# Installer syntaxerl avec Homebrew

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

## installation

```sh
sudo av install brew:syntaxerl
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install syntaxerl
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:syntaxerl
- **Gestionnaire de paquets:** Homebrew
- **Version:** 0.15.0
- **Résumé source:** Syntax checker for Erlang code and config files
- **Page d'accueil:** <https://github.com/ten0s/syntaxerl>
- **Dépôt:** <https://github.com/ten0s/syntaxerl>
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- syntaxerl (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 0.15.0
## Historique du projet et usages

SyntaxErl is a command-line syntax checker for Erlang source, header, application, release, escript, Leex, and Yecc files. It is designed primarily as a backend for editor diagnostics.

### Historique du projet

The official repository was created in June 2012. SyntaxErl grew as a focused wrapper around Erlang parsing and compilation behavior, reading project dependency and library paths from rebar, rebar3, or erlang.mk projects rather than maintaining a separate application configuration.

Its compatibility expanded beyond `.erl` files to Erlang headers and configuration artifacts, escripts, Leex lexer sources, and Yecc parser sources. The README documents the 0.16 command-line interface and editor setup.

### Historique d'adoption

SyntaxErl was integrated into Emacs Flymake and Vim tooling, first through Syntastic and later ALE. The supplied metadata records Homebrew packaging, giving editor users a system-managed way to install the checker on macOS and other Homebrew platforms.

### Modes d'utilisation

Users invoke `syntaxerl <filename>` directly or configure an editor linter to run it when Erlang files change or are saved. The checker relies on a buildable Erlang project and existing dependencies so it can resolve the same include, dependency, and library paths as the project's build tooling.

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

SyntaxErl represents the Unix editor-tool pattern of a narrow command-line checker serving several front ends. Its support for multiple generations of Erlang build tooling and several editor integrations makes a single packaged executable useful across otherwise different development setups.

### Chronologie

- 2012: The official SyntaxErl repository was created.
- 2010s: SyntaxErl was integrated with Emacs Flymake and Vim Syntastic.
- 2010s–2020s: Support expanded to rebar3, erlang.mk, and Vim ALE workflows.

### Related projects

- Erlang/OTP supplies the language and compiler ecosystem; rebar, rebar3, and erlang.mk provide the project metadata SyntaxErl reads. Flymake, Syntastic, and ALE are the editor diagnostic front ends documented by upstream.

### Sources

- <https://github.com/ten0s/syntaxerl>
- <https://github.com/ten0s/syntaxerl#readme>
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals


## Combined YAML source

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


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
