ocaml-print-intf
Display human-readable OCaml interface from a compiled .cmi
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Fix a bug with
.ml
input files whereocaml-print-intf
was unable to figure out
the dune project root if the path was too long. (#3, @NathanReb)
v1.1.0 (2020-03-26)
Add support for passing
.ml
input files as a shortcut for building the.cmi
(using dune) and callingocaml-print-intf
on the resulting file. (#2, @NathanReb)
v1.0.0 (2020-03-17)
Initial public release.