mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:51:39 +08:00
21 lines
391 B
JSON
21 lines
391 B
JSON
{
|
|
"name": "ltla-knncolle",
|
|
"version-date": "2023-05-09",
|
|
"description": "Collection of KNN algorithms in C++",
|
|
"homepage": "https://github.com/LTLA/knncolle",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
"annoy",
|
|
"hnswlib",
|
|
"ltla-cppkmeans",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|