package menhirformat

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

menhirformat.0.1.0.tar.gz
md5=d575405f1bdecf528165735637e3f130
sha512=3b4b3e5461c38a20f204a0a23781c31a6271cc06df803737c8861d3be81e614b855a13385fb9911b7c9f4d46c9950e0a90dd7f5e7b92598e63fea171347d0ea0

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: 02 Jul 2026

Dependencies (12)

  1. re >= "1.14.0"
  2. ocamlformat-rpc-lib >= "0.23.0"
  3. ppx_deriving_yojson >= "3.10.0"
  4. pprint >= "20230830"
  5. menhir >= "20250912"
  6. ordering >= "3.20.2"
  7. containers >= "3.6"
  8. cmdliner >= "2.1.1"
  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

None

Conflicts

None