package module-graph

  1. Overview
  2. Docs
The module-graph tool generates a graph of dependencies between OCaml modules using compiled object files

Install

Authors

Maintainers

Sources

v0.2.0.tar.gz
sha256=ec199626be52f5dd03a6ff13bc5053b42523ac0798bf7ca07f631bea2dc0df92

Description

The module-graph tool generates a graph of dependencies between OCaml modules using compiled object files. module-graph scans the current directory and sub-directories looking for .cmt/.cmti/.cmi files, creates a memory graph of dependencies between them, and uses dot to display the graph into a pdf/image file.

Tags

org:ocamlpro

Published: 28 Apr 2023

Dependencies (5)

  1. ocplib_stuff >= "0.3"
  2. ez_file >= "0.3"
  3. ocaml-base-compiler
  4. dune >= "2.7.0"
  5. ocaml >= "4.07.0"

Dev Dependencies (4)

  1. ocamlformat with-test
  2. odoc with-doc
  3. ppx_expect with-test
  4. ppx_inline_test with-test

Used by

None

Conflicts

None