pineapple/externals/vcpkg/ports/nmslib/vcpkg.json
2022-07-23 03:01:36 +02:00

14 lines
410 B
JSON
Executable file

{
"name": "nmslib",
"version": "2.1.1",
"port-version": 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
}
]
}