mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 01:49:23 +08:00
516920d30d
* Update nmslib to 2.1.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
14 lines
389 B
JSON
14 lines
389 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|