• en

ocaml-indent 1.1.0

Maintainer jun.furuse@gmail.com
Dependencies
& ocamlfind
omake
sexplib
OCaml >= 4.00.0 & < 4.01.0
Published Sep 25, 2012
Source [http] https://bitbucket.org/camlspotter/ocaml-indent/get/1.1.0.tar.gz
e23b33a259cba98436409d4ed756e700
Edit https://github.com/ocaml/opam-repository/tree/master/packages/ocaml-indent/ocaml-indent.1.1.0/opam

OCaml-indent: OCaml source code indenter

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).

No package is dependent