mirror of
https://github.com/boostorg/graph.git
synced 2026-01-30 07:52:10 +00:00
17 lines
492 B
JSON
17 lines
492 B
JSON
{
|
|
"key": "graph",
|
|
"name": "Graph",
|
|
"authors": [
|
|
"Jeremy Siek and a University of Notre Dame team; now maintained by Andrew Sutton and Jeremiah Willcock."
|
|
],
|
|
"description": "The BGL graph interface and graph components are generic, in the same sense as the the Standard Template Library (STL).",
|
|
"category": [
|
|
"Algorithms",
|
|
"Containers",
|
|
"Iterators"
|
|
],
|
|
"maintainers": [
|
|
"Andrew Sutton <asutton -at- cs.kent.edu>"
|
|
]
|
|
}
|