aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libleidenalg/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libleidenalg/vcpkg.json')
-rw-r--r--vcpkg/ports/libleidenalg/vcpkg.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/libleidenalg/vcpkg.json b/vcpkg/ports/libleidenalg/vcpkg.json
new file mode 100644
index 0000000..d1480c7
--- /dev/null
+++ b/vcpkg/ports/libleidenalg/vcpkg.json
@@ -0,0 +1,23 @@
+{
+ "name": "libleidenalg",
+ "version": "0.12.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",
+ "supports": "!xbox",
+ "dependencies": [
+ {
+ "name": "igraph",
+ "version>=": "1.0.0"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}