Skip to content

Instantly share code, notes, and snippets.

@avsej
Created November 1, 2012 20:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save avsej/3996394 to your computer and use it in GitHub Desktop.
Save avsej/3996394 to your computer and use it in GitHub Desktop.
dot -Tpng packages.dot > packages.png
digraph libcouchbase {
"libcouchbase2-all" -> "libcouchbase-bin" [label = "provided by"];
"libcouchbase2" -> "libcouchbase2-core" [label = "depends on"];
"libcouchbase2" -> "libcouchbase2-backend" [label = "depends on"];
"libcouchbase2-backend" -> "libcouchbase2-libevent" [label = "provided by"];
"libcouchbase2-backend" -> "libcouchbase2-libev" [label = "provided by"];
"libcouchbase-bin" -> "libcouchbase2" [label = "depends on"];
"libcouchbase-dbg" -> "libcouchbase2-core" [label = "depends on"];
"libcouchbase-dev" -> "libcouchbase2-core" [label = "depends on"];
"libcouchbase-libev-dev" -> "libcouchbase2-libev" [label = "depends on"];
"libcouchbase-libevent-dev" -> "libcouchbase2-libevent" [label = "depends on"];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment