summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/graph/meta/libraries.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/graph/meta/libraries.json')
-rw-r--r--src/boost/libs/graph/meta/libraries.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/boost/libs/graph/meta/libraries.json b/src/boost/libs/graph/meta/libraries.json
new file mode 100644
index 000000000..c6946d1d0
--- /dev/null
+++ b/src/boost/libs/graph/meta/libraries.json
@@ -0,0 +1,16 @@
+{
+ "key": "graph",
+ "name": "Graph",
+ "authors": [
+ "Jeremy Siek and a University of Notre Dame team."
+ ],
+ "description": "The BGL graph interface and graph components are generic, in the same sense as the Standard Template Library (STL).",
+ "category": [
+ "Algorithms",
+ "Containers",
+ "Iterators"
+ ],
+ "maintainers": [
+ "K. Noel Belcourt <kbelco -at- sandia.gov>"
+ ]
+}