Blame view

3rdparty/boost_1_81_0/libs/graph/meta/libraries.json 454 Bytes
977ed18d   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
  {
      "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>"
      ],
      "cxxstd": "03"
  }