diff options
Diffstat (limited to 'development/egypt/slack-desc')
-rw-r--r-- | development/egypt/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/egypt/slack-desc b/development/egypt/slack-desc new file mode 100644 index 0000000000..2592b5c705 --- /dev/null +++ b/development/egypt/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +egypt: egypt (generate dotty callgraphs from C source code) +egypt: +egypt: Egypt is a simple tool for creating call graphs of C programs. Egypt +egypt: neither analyzes source code nor lays out graphs. Instead, it leaves +egypt: the source code analysis to GCC and the graph layout to Graphviz, both +egypt: of which are better at their respective jobs than egypt itself could +egypt: ever hope to be. Egypt is simply a very small Perl script that glues +egypt: these existing tools together. +egypt: +egypt: +egypt: |