package ocp-indent

  1. Overview
  2. Docs
A simple tool to indent OCaml programs

Install

Dune Dependency

Authors

Maintainers

Sources

1.8.0.tar.gz
md5=d4d11e1aaedd7d3268ac7d5813de43ca
sha512=246a97f04b44371900a6f39eab34d9b674d6afa9026e78fce2ef171b5d28fcca0b49f353b2de9d09cb5529b896e47c253acc3074618060862e8a7debd9289afc

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 fault-tolerant/approximate parsing.

Tags

org:ocamlpro org:typerex

Published: 18 Sep 2019

README

README.md

ocp-indent is a simple tool and library to indent OCaml code.

ocp-indent is part of TypeRex, developed and maintained by OCamlPro. Documentation to install and use this tool is available on http://www.typerex.org/ocp-indent.html

It is released under LGPL v2.1 with linking exception.

Dependencies (5)

  1. base-bytes
  2. ocamlfind
  3. cmdliner >= "1.0.0"
  4. dune >= "1.0"
  5. ocaml

Dev Dependencies

None

Used by (14)

  1. gopcaml-mode >= "0.0.3"
  2. gopcaml-mode-merlin
  3. jupyter >= "2.7.6"
  4. jupyter-archimedes >= "2.7.3"
  5. ocaml-top >= "1.1.1" & < "1.2.0"
  6. ocamleditor >= "1.15.2-ocaml414"
  7. ocamlformat >= "0.13.0" & < "0.25.1"
  8. ocamlformat-lib
  9. ocamlformat-rpc < "0.21.0"
  10. ocp-index >= "1.0.1"
  11. sihl < "0.1.0"
  12. spectrum < "0.2.0"
  13. starterkit
  14. yocaml >= "2.0.0"

Conflicts

None

OCaml

Innovation. Community. Security.