Caml-inspect
Inspect is a small library to inspect arbitrary OCaml values and their
associated object graph by either dumping them as S-expressions (with
sharing and references), or by writing output in the DOT-language
which can then be further processed by Graphviz
(http://www.graphviz.org/).
[ Homepage ]
| Author: | Kaspar Rohrer. |
| Last modification date: | 20-Apr-2010 |
| Development status: | Development code |
| Kind: | Libraries :: Native OCaml libraries |
| License: | Open Source :: LGPL |
| Topic: | Software development :: Debugging |
| Homepage: | http://github.com/krohrer/caml-inspect/ |