aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/knncolle-hnsw/vcpkg.json
blob: b89c2ab7ae304a0c3fe29eed68df84c571ac82bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "knncolle-hnsw",
  "version": "0.2.1",
  "description": "knncolle bindings for HNSW search ",
  "homepage": "https://github.com/knncolle/knncolle_hnsw",
  "license": "MIT",
  "dependencies": [
    "hnswlib",
    "knncolle",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}