Files
graph_parallel/meta/libraries.json
Jeremy W. Murphy 811f00d4c4 Update maintainer
Should have done this when I took over Boost.Graph, whoops.
2025-09-24 19:03:37 +09:00

18 lines
500 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": [
"Jeremy W. Murphy <jeremy.william.murphy -at- gmail.com>"
],
"cxxstd": "03"
}