vcpkg/ports/libleidenalg/vcpkg.json

24 lines
542 B
JSON

{
"name": "libleidenalg",
"version": "0.11.1",
"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>=": "0.10.1"
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}