• en

ocaml-indent 1.2.1

Maintainer jun.furuse@gmail.com
Dependencies
& ocamlfind
omake
sexplib
OCaml = 4.01.0
Published Aug 25, 2014
Source [http] https://bitbucket.org/camlspotter/ocaml-indent/get/1.2.1.tar.gz
551bd8b4b5c3de61baf1684c739fe315
Edit https://github.com/ocaml/opam-repository/tree/master/packages/ocaml-indent/ocaml-indent.1.2.1/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