aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libleidenalg/vcpkg.json
blob: d1480c7016f113d3f2abb69100415f95e5c78ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "name": "libleidenalg",
  "version": "0.12.0",
  "maintainers": "Andrew Robbins <andrew@robbinsa.me>",
  "description": "Leiden is a general algorithm for methods of community detection in large networks.",
  "homepage": "https://github.com/vtraag/libleidenalg",
  "license": "GPL-3.0-or-later",
  "supports": "!xbox",
  "dependencies": [
    {
      "name": "igraph",
      "version>=": "1.0.0"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}