[ANN] dead_code_analyzer 1.1.1 and 1.2.0

Hello everyone,

I am happy to announce 2 releases of the dead_code_analyzer (available via opam) :

  • Release 1.1.1 includes a number of bug fixes and strengthens semantics. It also improves the user documentation by describing each report section, their usage and limitations with examples. This release is compatible with OCaml 5.2.

  • Release 1.2.0 is an update of 1.1.1, compatible with OCaml 5.3. The analyzer now takes .cmti and .cmt files as input instead of .cmi and .cmt. You may notice a larger memory consumption (more information available here).

I addition to these releases, a version compatible with OCaml 4.14 is available on my fork.

Thanks to the OCaml Software Foundation for its funding!

If you encounter any issue with these releases, please report it on the github repository.
Feedback and contributions are welcome.

Just a thought: you could maybe also publish that on opam-repository using a suffixed version number. ocaml-lsp-server has some parallel releases for 4.14 like that.