summaryrefslogtreecommitdiff
path: root/devel/gtl/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gtl/DESCR')
-rw-r--r--devel/gtl/DESCR4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/gtl/DESCR b/devel/gtl/DESCR
new file mode 100644
index 00000000000..00f3cc51dbd
--- /dev/null
+++ b/devel/gtl/DESCR
@@ -0,0 +1,4 @@
+GTL is a graph library based on STL. For the design of GTL's API the
+API of LEDA has served as a basis. GTL contains the classes needed to
+work with graphs, nodes and edges and some basic algorithms (DFS, BFS,
+topsort ...) as building blocks for more complex graph algorithms.