macOS
brew install menhirlocal Homebrew formula metadata
brew / Rang 6453
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für menhir in AI-Agent-Workflows.
Installation
brew install menhirlocal Homebrew formula metadata
sudo apt install menhirDebian stable package indexes · menhir · Quelle: deb.debian.org
Überblick
LR(1) parser generator for the OCaml programming language
Verlauf
Menhir is an LR(1) parser generator for OCaml, created in 2005 by François Pottier and Yann Régis-Gianas. Its manual presents it as a generator that turns grammar specifications plus semantic actions into parsers, based on Knuth's LR(1) construction and inspired by yacc, ML-Yacc, and ocamlyacc while adding more modern capabilities.
The project history is unusually well documented in its README. Régis-Gianas contributed the early front-end for parsing and transforming .mly grammar files, while Pottier contributed the LR(1) construction algorithms, conflict explanations, and first OCaml code backend. A table backend using menhirLib followed in 2008 with Jane Street Capital funding through the OCaml Summer Project. Jacques-Henri Jourdan implemented a Coq-table backend in 2011. Frédéric Bour contributed the incremental API, inspection API, attributes, and MenhirSdk between 2014 and 2017. The build moved to Dune in 2019, and Émile Trotignon and Pottier implemented a new efficient, well-typed code backend around StackLang in 2021.
Menhir's ecosystem role is as the richer successor-style tool for OCaml parser generation. OCaml developers feed it .mly grammar files and receive parser .ml/.mli output, either as standalone generated code or table-backed parsers linked with MenhirLib. The opam package page lists many reverse users, including compiler, verification, parsing, and developer-tooling packages, which matches its place as infrastructure for OCaml language tooling.
Sicherheitslage
generalized runtime or code generation signal.
yellow Risiko · mittel Konfidenz · runtime
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
menhir | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:menhir |
|---|---|
| Version | 20260209 |
| Paketmanager | Homebrew |
| Homepage | http://cristal.inria.fr/~fpottier/menhir |
| Zuletzt aktualisiert | 2026-07-13T05:11:30Z |
| Pulse | updated |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
libmenhir-ocaml-dev 20240715+ds-1+b2
Menhir library for OCaml
https://gallium.inria.fr/~fpottier/menhir/
sudo apt install libmenhir-ocaml-devmenhir 20240715+ds-1+b2
Parser generator for OCaml
https://gallium.inria.fr/~fpottier/menhir/
sudo apt install menhirmenhir-doc 20240715+ds-1
Documentation of the Menhir parser generator for OCaml
https://gallium.inria.fr/~fpottier/menhir/
sudo apt install menhir-doclibmenhir-ocaml-dev 20231231+ds-1
Menhir library for OCaml
https://gallium.inria.fr/~fpottier/menhir/
sudo apt install libmenhir-ocaml-devmenhir 20231231+ds-1
Parser generator for OCaml
https://gallium.inria.fr/~fpottier/menhir/
sudo apt install menhirmenhir-doc 20231231+ds-1
Documentation of the Menhir parser generator for OCaml
https://gallium.inria.fr/~fpottier/menhir/
sudo apt install menhir-docQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.