mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-13 10:41:49 +08:00
6d40153f50
* prepare for repo shift to upstream * [libleidenalg] bump version 0.10.0 * update baselines
23 lines
519 B
JSON
23 lines
519 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|