Source code dependencies visualizer
$ ./codegraph_build -lang cmt ~/pfffto generate a graph_code.marshall file in ~/pfff containing
all dependency information about the pfff codebase using the
typed bytecode .cmt files generated during the compilation of pfff.
$ ./codegraph ~/pfffThis should launch a gtk-based GUI that allows you to visualize source code dependencies.
See the old page of codegraph at Facebook here: https://github.com/facebookarchive/pfff/wiki/CodeGraph for more information.