The latest version of vacuum is 2.2.0.0-0.

vacuum

Version 2.1.0.0 revision 0 uploaded by AustinSeipp.

Package meta

Synopsis
Graph representation of the GHC heap
Description

Vacuum is a library for extracting graph representations of values from the GHC heap at runtime. Those graphs may then be further processed or translated to various representations for visualization -- like Graphviz, or Ubigraph.

By itself this library is not of much use to most users, unless you want to use the raw graph data to visualize the heap in some (new) way. Most people will want to translate the graph representation to something like GraphViz format, which can then be rendered to a pretty PNG or SVG file for viewing. See the vacuum-graphviz package for more.

Author
Matt Morrow
Bug reports
http://github.com/thoughtpolice/vacuum/issues
Category
Debug, GHC
Copyright
Copyright (c) Matt Morrow 2009, (c) Austin Seipp 2011-2012
Homepage
http://thoughtpolice.github.com/vacuum
Maintainer
Austin Seipp <mad.one@gmail.com>
Package URL
n/a
Stability
experimental

Components