graph/meta/libraries.json
Jonathan Wakely 58f550a361 Fix typo
2017-09-06 16:46:05 +01:00

17 lines
434 B
JSON

{
"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>"
]
}