mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:51:48 +08:00
5d2a0a9814
* Xbox triplets should not support ports with only copyleft licenses * Reverted ports that build with xbox currently * Fix conflict and rebase * Update baseline * Update baseline
25 lines
563 B
JSON
25 lines
563 B
JSON
{
|
|
"name": "libleidenalg",
|
|
"version": "0.10.0",
|
|
"port-version": 1,
|
|
"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",
|
|
"supports": "!xbox",
|
|
"dependencies": [
|
|
{
|
|
"name": "igraph",
|
|
"version>=": "0.10.1"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|