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 approximate parsing.
Tags | org:ocamlpro org:typerex |
---|---|
Authors | Louis Gesbert <louis.gesbert@ocamlpro.com>, Thomas Gazagnaire <thomas@gazagnaire.org> and Jun Furuse |
License | LGPL-2.0-or-later |
Published | |
Homepage | http://www.typerex.org/ocp-indent.html |
Issue Tracker | https://github.com/OCamlPro/ocp-indent/issues |
Maintainer | contact@ocamlpro.com |
Dependencies | |
Source [http] | https://github.com/OCamlPro/ocp-indent/archive/1.5.2.tar.gz sha256=e351dfe37cb7a17bc0326fccbfb443b4a422df1818803eefc7259090cee83f01 md5=2f387a92f6d03bc8fe1859434af3f804 |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/ocp-indent/ocp-indent.1.5.2/opam |
Required by
- gopcaml-mode>=0.0.3
- gopcaml-mode-merlin
- ocaml-top>=1.1.1 & <1.2.0
- ocamlformat>=0.13.0 & <0.25.1
- ocamlformat-rpc<0.21.0
- ocp-index>=1.0.1
- sihldev & <0.1.0
- spectrumdev & <0.2.0
- starterkit
- yocamlwith-dev-setup & >=2.0.0
Optionally used by
- ocamleditor=1.13.4~preview.4.10
- user-setup