diff options
Diffstat (limited to '')
-rw-r--r-- | src/boost/libs/graph/meta/libraries.json | 16 |
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 00000000..c6946d1d --- /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>" + ] +} |