package ocp-indent

  1. Overview
  2. Docs

Description

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

Published: 04 Aug 2017

Dependencies (4)

  1. base-bytes
  2. cmdliner >= "1.0.0"
  3. ocp-build build & >= "1.99.6-beta"
  4. ocaml

Dev Dependencies

None

Used by (9)

  1. gopcaml-mode >= "0.0.3"
  2. gopcaml-mode-merlin
  3. ocaml-top >= "1.1.1" & < "1.2.0"
  4. ocamlformat >= "0.13.0" & < "0.25.1"
  5. ocamlformat-rpc < "0.21.0"
  6. ocp-index >= "1.0.1"
  7. sihl < "0.1.0"
  8. spectrum < "0.2.0"
  9. starterkit

Conflicts

None