vcpkg/ports/ltla-knncolle/vcpkg.json
2023-05-13 12:45:36 -07:00

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
}
]
}