On Apr 21, 7:22 pm, OGrandeDiEnne <[email protected]> wrote: > Hello All, > do you know if there is a tool that analyses ocaml code and print out > a graph of dependencies between modules? > > I am using ocamlbuild and such tool could easily exploit /*.depends/ > files.
It could be a nice feature of ocamldep: print a dot file to have a graphical representation of the modules dependecies. -- You received this message because you are subscribed to the Google Groups "ocaml-developer" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/ocaml-developer?hl=en For other OCaml forums, see http://caml.inria.fr/resources/forums.en.html
