mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 00:36:44 +08:00
20 lines
467 B
JSON
20 lines
467 B
JSON
|
{
|
||
|
"name": "libleidenalg",
|
||
|
"version": "0.9.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": [
|
||
|
"igraph",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|