Files
graph_parallel/meta/libraries.json
2021-06-01 08:44:46 +01:00

18 lines
486 B
JSON

{
"key": "graph_parallel",
"name": "GraphParallel",
"authors": [
"Jeremy Siek, Doug Gregor, and a University of Notre Dame team."
],
"description": "The PBGL 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>"
],
"cxxstd": "03"
}