package depgraph

  1. Overview
  2. Docs
dot graphs out of ocamldep output

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=fe2edddf8ecfcf6b40fcc22ebe6992f7

Description

depgraph will read source ml and mli source files from STDIN and use ocamldep to construct a dependency graph. It will then output the dependency graph in the .dot format.

NOTE: This tool doesn't work well in the presence of packs

Example: $ git ls-files | depgraph -i "test_" > g.dot

Published: 05 Apr 2016

Dependencies (5)

  1. ocamlgraph
  2. cmdliner
  3. omake build
  4. ocamlfind build
  5. ocaml >= "4.02.3" & < "5.0"

Dev Dependencies

None

Used by

None

Conflicts

None