package ocp-indent
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A simple tool to indent OCaml programs
Install
dune-project
Dependency
Authors
Maintainers
Sources
1.8.1.tar.gz
md5=70db6649a8c08a682ad63730c9752e31
sha512=565353de333dd44375366fff75e85a6256c3cd9ff52b3db79803141f975e77cda04dfe32f5e0f2d4c82c59be8f04e9c2bf4d066b113b2cdf267f4c3dcfa401da
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.
README
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)
- base-bytes
- ocamlfind
-
cmdliner
>= "1.0.0" & < "2.0.0" -
dune
>= "1.0" - ocaml
Dev Dependencies
None
Used by (18)
-
frama-c
>= "30.0~beta" -
gopcaml-mode
>= "0.0.3" - gopcaml-mode-merlin
-
jupyter
>= "2.7.6" -
jupyter-archimedes
>= "2.7.3" - ocaml-top
-
ocamleditor
>= "1.15.2-ocaml414" -
ocamlformat
>= "0.13.0" & < "0.25.1" - ocamlformat-lib
- ocamlformat-mlx-lib
-
ocamlformat-rpc
< "0.21.0" - ocamlmig
- ocp-index
- primavera
-
sihl
< "0.1.0" -
spectrum
< "0.2.0" - starterkit
-
yocaml
>= "2.0.0"
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page