package fromager

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

Install

Dune Dependency

Authors

Maintainers

Sources

fromager-0.4.0.tbz
sha256=267f2a741cb068ddbf23de9f7f288fa24d42a6a4870acf0b0f26653da50e6abe
sha512=081d50123ae2459fa70904db00c62e04e0bc464e4b2c9b781cd3f5862f09ed0af5954ecc42418da2b9aff8d0e407b20e608e16b38c8081997f5342109e2a83a6

CHANGES.md.html

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.