vcpkg/ports/libleidenalg/vcpkg.json
Andrew Robbins df1f608341
[new port] Add package libleidenalg (#27845)
* [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>
2022-12-28 14:13:38 -08:00

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
}
]
}