ocp-indentversion

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.0-or-later
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/archive/1.7.0.tar.gz
md5=3bc327e38f453f38494098725c97d2cb
sha512=5b28ae8695612c95cb0f5748de9b9f01d8ef4ad18b31340dc526ccae5fb1b6ee7e12024ff1beb817a43796183a83bca144222ca2d77d7750f2ff56108b5fa350
Edithttps://github.com/ocaml/opam-repository/tree/master/packages/ocp-indent/ocp-indent.1.7.0/opam
Required by
Optionally used by