aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/liblinear/vcpkg.json
blob: 493668a6461d101ed4fd8d08bc255ae244049d20 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "liblinear",
  "version": "249",
  "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
    }
  ]
}