package ocaml-indent

  1. Overview
  2. No Docs
OCaml-indent: OCaml source code indenter

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-indent-1.2.1.tar.gz
md5=551bd8b4b5c3de61baf1684c739fe315

Description

OCaml-indent is an OCaml source code indenter.

  • Lexer based, simple, easy to maintain, robust against P4 extensions.

  • It simply indents OCaml source code with a CLI like: ./ocaml-indent foo.ml

  • Editors should communicate with the CLI. An Emacs interface, ocaml-indent.el is currently available.

  • Just fixes indentations. No other code beautifier included.

The indentation tries to follow my style as possible. Neither the official one (does it exists?) or something already available (i.e. ocaml-mode/tuareg).

Published: 26 Aug 2014

Dev Dependencies

None

Used by

None

Conflicts

None