Ocamlgraph is a graph library for Ocaml written by Sylvain Conchon, Jean-Christophe Filliâtre, and Julien Signoles. I did a few improvements to the library for use with our SMT solver beaver. It is based on 0.99b version of the official ocamlgraph. I have renamed the package to ocamlgraph-modified, so as long as you use Findlib (i.e. ocamlfind) to install, there won't be a clash with your existing ocamlgraph installation.
Download the source: ocamlgraph-modified-0.99b-1.tar.gz
How to install
The modified version uses automake and OcamlMakefile in addition to autoconf. To build, do: configure; make install. This will install the library using ocamlfind as a package named ocamlgraph-modified.
List of changes