Oug
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 (useless elements and so potential dead code), various graphiz graphs, ...
[ Homepage ]
| Author: | Maxence Guesdon. |
| Last modification date: | 01-Jul-2010 |
| Version: | 2.0-alpha |
| Development status: | Stable |
| Kind: | Development tools |
| License: | Open Source :: GPL |
| Topic: | Programming languages :: Program analysis |
| Homepage: | http://oug.forge.ocamlcore.org/ |