libraries.json 434 B

12345678910111213141516
  1. {
  2. "key": "graph",
  3. "name": "Graph",
  4. "authors": [
  5. "Jeremy Siek and a University of Notre Dame team."
  6. ],
  7. "description": "The BGL graph interface and graph components are generic, in the same sense as the Standard Template Library (STL).",
  8. "category": [
  9. "Algorithms",
  10. "Containers",
  11. "Iterators"
  12. ],
  13. "maintainers": [
  14. "K. Noel Belcourt <kbelco -at- sandia.gov>"
  15. ]
  16. }