Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] dependency graph (again)

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] dependency graph (again)


Chronological Thread 
  • From: Hendrik Tews <tews AT os.inf.tu-dresden.de>
  • To: coq-club AT inria.fr
  • Subject: Re: [Coq-Club] dependency graph (again)
  • Date: Mon, 07 Oct 2013 08:57:01 +0200

coq-club AT sympa.inria.fr
writes:

If you only want to get a dependency graph of your modules, there is a
set of patched files letting you tell coqdep to dump a .dot file on the
coqtail repository (they may be out of sync with coq's source code
though...): http://sourceforge.net/p/coqtail/code/HEAD/tree/depend/

For the dependency graph of the source files, I use a simple
program that parses the coqdep output and generates dot files.
Slide 22 (ie, the second last) of [1] has been generated with it
(though I added the colors by hand). If there is interest, I can
make this little tool public.

Bye,

Hendrik

[1] http://www.askra.de/slides/cut-eli-slides.pdf



Archive powered by MHonArc 2.6.18.

Top of Page