aboutsummaryrefslogtreecommitdiff
path: root/ports/liblinear/vcpkg.json
blob: a65229aa0d1b19beda1b283b24fc93ebff58d7af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "liblinear",
  "version-string": "243",
  "description": "A Library for Large Linear Classification",
  "homepage": "https://github.com/cjlin1/liblinear",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}