mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 01:07:55 +08:00
df1f608341
* [libleidenalg] add port libleidenalg * [libleidenalg] fix git sha * updated to new cmake lib * updated to fix typo in config.in * Fix version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
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
|
|
}
|
|
]
|
|
}
|