blob: 1d53e2e02f4b6a5021f5f24de3f1321022a8d117 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "nmslib",
"version": "2.1.1",
"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
}
]
}
|