package menhirformat

  1. Overview
  2. No Docs
Formatter for Menhir and ocamllex

Install

dune-project
 Dependency

Authors

Maintainers

Sources

menhirformat.0.2.0.tar.gz
md5=c860cd3fe92e15a9a205bc44bb0656cc
sha512=c58ba5d6ec279884560447e4866e7d7765f0983cfc4e8589ff20aa695b6931fd9279a2019080963c240f63fdd2232d6ab9adee8cffae2af512262492cb411c05

Description

A formatter for Menhir and ocamllex code. It takes care of indentation and whitespace in your lexer and parser rules and it calls ocamlformat to format the OCaml code of their semantic actions.

Tags

format menhir ocamllex

Published: 26 Jul 2026

Dependencies (12)

  1. cmdliner >= "2.1.1"
  2. re >= "1.14.0"
  3. ocamlformat-rpc-lib >= "0.23.0"
  4. ppx_deriving_yojson >= "3.10.0"
  5. pprint >= "20230830"
  6. menhir >= "20250912"
  7. ordering >= "3.20.2"
  8. containers >= "3.6"
  9. visitors
  10. linol >= "0.10"
  11. ocaml >= "4.14"
  12. dune >= "3.20"

Dev Dependencies (4)

  1. odoc with-doc
  2. ppx_inline_test with-test
  3. ppx_expect with-test
  4. alcotest with-test

Used by (1)

  1. menhir-lsp >= "0.5.0"

Conflicts

None