fromager
A CLI to format an ocaml codebase
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
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.