package fromager

  1. Overview
  2. Docs
A CLI to format an ocaml codebase

Install

Dune Dependency

Authors

Maintainers

Sources

fromager-0.5.0.tbz
sha256=95a6fd40d040b6de00079f1f0f2080ef919e95f6008e63c1df2b3dcc65ded654
sha512=4f14ad769cec82c99bf724cdd8a0021c858df20c30b3303ca78b510f1620cf63313971f80a788fe445da0f65b5f61b2f113286ba8b0750f165108556caaae780

CHANGES.md.html

0.5.0 (2021-12-06)

  • Produce an informative error message if ocamlformat is not installed

  • Switch from To.ml to OTOML

  • Add support for passing options to ocamlformat through [ocamlformat_options] table

0.4.0 (2020-06-09)

Remove version constraint on ocamlformat so that one can use whatever ocamlformat version they want.

0.3.1 (2020-06-08)

Fixed compilation issue with higher versions of ocaml.

0.3.0 (2020-06-08)

You can now enforce the ocamlformat version used.

0.2.0 (2020-06-07)

Fixed the ignored dirs/files feature. It now understands relative paths that start with ./. Also, removed the debug printfs.

0.1.0 (2020-06-07)

First version.