Query: ocamldot
OS: debian
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OCAMLDOT(1) General Commands Manual OCAMLDOT(1)NAMEocamldot - generate dependency graphs of ocaml programsSYNOPSISocamldot [options] <dependency-file>DESCRIPTIONThis manual page documents briefly the ocamldot command. ocamldot generates program dependency graphs for ocaml programs. The dependency graph output by ocamldot can be rendered by a separate program, dot. Ocamldot is designed to process the output of ocamldep. A typical use would be ocamldep *.ml | ocamldot > dep.dot or ocamldep *.ml > .depend ocamldot .depend > dep.dotOPTIONS-fullgraph Draw the full graph (default is to draw only the kernel) -landscape Output in landscape format (default is portrait) -lr Draw graph from left to right (default is top to bottom) -r <r> Use <r> as a root in the graph; nodes reachable from <r> will be shown. The transitive kernel of a dag is the smallest subset of the dag whose transitive closure is the same as the transitive closure of the dag. For example, the kernel of A->B, A->C, B->C is just the two edges A->B, B->C.SEE ALSOocamldep(1), dot(1) http://www.research.att.com/~trevor/ocamldot.AUTHORTrevor Jim <trevor@research.att.com> OCAMLDOT(1)
Related Man Pages |
---|
gvpack(1) - debian |
ocamldep(1) - debian |
sccmap(1) - debian |
sccmap(1) - centos |
tred(1) - linux |
Similar Topics in the Unix Linux Community |
---|
how to remove duplicate lines |
Ivy 2.0.0 (Default branch) |
convert a pipe delimited file to a':" delimited file |
File Program issue in c |
A Journey Into Cyberspace |