caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* First release of Oug: reference graph from ocaml code
@ 2008-06-03 16:38 Maxence Guesdon
  2008-06-09  8:47 ` [Caml-list] " RABIH.ELCHAAR
  0 siblings, 1 reply; 6+ messages in thread
From: Maxence Guesdon @ 2008-06-03 16:38 UTC (permalink / raw)
  To: caml-list

Hello,

I'm glad to announce the first release of Oug (0.1).

Oug is a code analysis tool building reference graphs from OCaml code, that
is graphs representing which elements (value, module, class, ...) reference
which elements.

It comes with the Ouglib library to be able to embed the analyzer in other
OCaml applications.

From the graph, various outputs can be obtained: list of elements not
referenced anywhere ("dead code"), various graphiz graphs, ...

Oug does not compute the call graph of the given OCaml code; this would
require data flow analysis. For this reason, the "dead code" dump always
consider that every method is referenced.

The homepage is here:
  http://pauillac.inria.fr/~guesdon/oug.en.html

Regards,

Maxence Guesdon


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-06-10 14:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-06-03 16:38 First release of Oug: reference graph from ocaml code Maxence Guesdon
2008-06-09  8:47 ` [Caml-list] " RABIH.ELCHAAR
2008-06-09 11:43   ` Maxence Guesdon
2008-06-09 18:03     ` RABIH.ELCHAAR
2008-06-10  7:40       ` Maxence Guesdon
2008-06-10 14:25         ` RABIH.ELCHAAR

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).