package ocaml-indent

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

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-indent-1.1.0.tar.gz
md5=267e7493f0bc4e974d9c28896560d0a5

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: 21 Nov 2013

Dependencies (5)

  1. type_conv
  2. omake
  3. sexplib
  4. ocamlfind
  5. ocaml >= "4.00.0" & < "4.01.0"

Dev Dependencies

None

Used by

None

Conflicts

None