aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nmslib/vcpkg.json
blob: 9ac284a4f832c44fe14eb41aaa04a848ecd4199d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "nmslib",
  "version": "2.1.1",
  "port-version": 2,
  "description": "Non-Metric Space Library (NMSLIB) is an efficient similarity search library and a toolkit for evaluation of k-NN methods for generic non-metric spaces.",
  "homepage": "https://github.com/searchivarius/nmslib",
  "supports": "!(arm | uwp)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}