ocp-indentversion Documentation on ocaml.org

A simple tool to indent OCaml programs

Ocp-indent is based on an approximate, tolerant OCaml parser and a simple stack machine ; this is much faster and more reliable than using regexps. Presets and configuration options available, with the possibility to set them project-wide. Supports most common syntax extensions, and extensible for others.

Includes:

  • An indentor program, callable from the command-line or from within editors
  • Bindings for popular editors
  • A library that can be directly used by editor writers, or just for fault-tolerant/approximate parsing.
Tags org:ocamlpro org:typerex
AuthorsLouis Gesbert <louis.gesbert@ocamlpro.com>, Thomas Gazagnaire <thomas@gazagnaire.org> and Jun Furuse
LicenseLGPL-2.1-only WITH OCaml-LGPL-linking-exception
Published
Homepagehttp://www.typerex.org/ocp-indent.html
Issue Trackerhttps://github.com/OCamlPro/ocp-indent/issues
Maintainercontact@ocamlpro.com
Dependencies
Source [http] https://github.com/OCamlPro/ocp-indent/releases/download/1.10.0/ocp-indent-1.10.0.tbz
sha256=e47c8476554f792ddcb9e73de9e86461266a56674e489d744498be610556c1b7
sha512=8c3e6a05f0692772a14aa533aa436d15100ea28be6592f51174811689ce8c3b717c78803189e450574ae982ab4a062b01251e1e57b971ce95dbd3f41265515f2
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ocp-indent/ocp-indent.1.10.0/opam
Required by
Optionally used by