package ocamlformat-mlx
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Auto-formatter for OCaml .mlx code
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocamlformat-mlx-0.29.0.0.tbz
sha256=9c5a6721d16d980e7730274543a0151c920715ce447946a3f833d4e2568e3a68
sha512=a0552cf055b6e061ab2bb0341aa9ddea860ded6e6522d2188e2a6697c18dc14ebbb01935b535695850b72f9880c4b2fa2a821a20be75c992fcbaf9b3f3a127b7
Description
ocamlformat is a code formatter for OCaml. It comes with opinionated default settings but is also fully customizable to suit your coding style.
- Profiles: ocamlformat offers profiles we predefined formatting configurations. Profiles include
default,ocamlformat,janestreet. - Configurable: Users can change the formatting profile and configure every option in their
.ocamlformatconfiguration file. - Format Comments: ocamlformat can format comments, docstrings, and even code blocks in your comments.
- RPC: ocamlformat provides an RPC server that can be used by other tools to easily format OCaml Code.
Published: 29 Jul 2026
Dependencies (5)
-
re
>= "1.10.3" -
ocamlformat-mlx-lib
= version -
dune
>= "2.8" -
csexp
>= "1.4.0" -
ocaml
>= "4.08"
Dev Dependencies (2)
Used by (4)
- brisk-reconciler
-
html_of_jsx
>= "0.0.5" - ochre
- react-rules-of-hooks-ppx
Conflicts
None
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page