aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libsvm/vcpkg.json
blob: 9914a2975813e43e20e826575d95e68af6efacd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "libsvm",
  "version": "3.35",
  "description": "A library for Support Vector Machines.",
  "homepage": "https://www.csie.ntu.edu.tw/~cjlin/libsvm/",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "tools": {
      "description": "build libsvm CLI tools.",
      "supports": "!uwp"
    }
  }
}