The darcs2dot package
Outputs dependencies of darcs patches in dot format. Just run darcs2dot in a darcs repo and it will output (the transitive reduction of) the dependencies of the patches in dot format to stdout.
You can use the graphviz tools to generate graph files from that. For example:
$ darcs2dot | dot -Tpdf -o darcsDeps.pdf
Properties
| Versions | 0.1.0.0, 0.1.0.1 |
|---|---|
| Dependencies | base (≥4.5 & <4.7), containers (≥0.4 & <0.6), darcs (2.8.*), graph-wrapper (0.2.*), string-conversions (≥0.2 & <0.4) |
| License | BSD3 |
| Author | Sönke Hahn |
| Maintainer | soenkehahn@gmail.com |
| Category | Development |
| Source repository | darcs get shahn@patch-tag.com:/r/shahn/darcs2dot |
| Executables | darcs2dot |
| Upload date | Sun Apr 7 19:30:11 UTC 2013 |
| Uploaded by | SoenkeHahn |
Downloads
- darcs2dot-0.1.0.1.tar.gz (Cabal source package)
- package description (included in the package)