vcpkg/ports/libleidenalg/vcpkg.json

23 lines
519 B
JSON
Raw Normal View History

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