You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
; This file was generated by drom, using drom.toml
(cram enable)
(name module-graph)
(allow_approximate_merlin)
(generate_opam_files false)
(version 0.2.0)
(formatting (enabled_for ocaml reason))
(package
(name module-graph)
(synopsis "The module-graph tool generates a graph of dependencies between OCaml modules using compiled object files")
(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.\n")