diff options
Diffstat (limited to 'graphics/q-graph/pkg-descr')
-rw-r--r-- | graphics/q-graph/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/q-graph/pkg-descr b/graphics/q-graph/pkg-descr new file mode 100644 index 0000000..c81ed0c --- /dev/null +++ b/graphics/q-graph/pkg-descr @@ -0,0 +1,13 @@ +This is Q-Graph, a graph library and editor for the Q programming language. +The package contains: + +- graph.q: a graph data structure implemented as a kind of asymmetric + adjacency list dictionary, and a collection of the usual graph operations + +- graphed.q: a full-featured graph editor, allows you to create and edit your + input graphs with ease (requires Tcl/Tk) + +WWW: http://q-lang.sourceforge.net + +- Albert Graef +ag@muwiinfa.geschichte.uni-mainz.de |