ocamlformat
Auto-formatter for OCaml code
This library provides a code formatter for OCaml. It comes with opinionated default settings but is also fully customizable to suit various coding style.
homepage ↗ github: ocaml-ppx/ocamlformat
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| nest GitHub ↗ | 0.29.0 | 2 | 14 d | details › |
| zscheile Codeberg ↗ | 0.26.1 | 1 | 27 d | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | Committed | |
|---|---|---|---|---|---|---|---|---|
| 9999 LIVE ≈ | nest | follows upstream — no keywords | 2 mo | view · download · history ↗ | ||||
| 0.29.0 ≈ | nest | amd64 testing | arm64 untested | x86 untested | ppc64 untested | riscv untested | 2 mo | view · download · history ↗ |
| 0.26.1 ≈ | zscheile | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | 17 mo | view · download · history ↗ |
Use flags of 0.29.0
- +ocamlopt Enable ocamlopt support (ocaml native code compiler) -- Produces faster programs (Warning: you have to disable/enable it at a global scale)
- test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)