package ocaml-print-intf

  1. Overview
  2. Docs
Display human-readable OCaml interface from a compiled .cmi

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-print-intf-v1.2.0.tbz
sha256=02aad204b646f67b3d2aa7dae5d74083ce4bd169e5b43b691c1f04c9436d9980
sha512=35587c33d5d57fb683b3a903930e9cd9bfcd195a0ec171a51b6ab727a84fab8b6b1b16ebdff240addd1a1aa92c7e8ad3d70570da831491368ece6a8a6f36fad7

CHANGES.md.html

v1.2.0 (2020-03-31)

  • Fix a bug with .ml input files where ocaml-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 calling ocaml-print-intf on the resulting file. (#2, @NathanReb)

v1.0.0 (2020-03-17)

Initial public release.