aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ltla-cppkmeans/vcpkg.json
blob: b50eb7ae9da7b0a0373fede65620376a1f133800 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "ltla-cppkmeans",
  "version": "4.0.3",
  "description": "C++ port of R's Hartigan-Wong implementation",
  "homepage": "https://github.com/LTLA/CppKmeans",
  "license": "MIT",
  "dependencies": [
    "ltla-aarand",
    "ltla-sanisizer",
    "ltla-subpar",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}