vcpkg/ports/ltla-knncolle/vcpkg.json

21 lines
391 B
JSON
Raw Normal View History

2023-05-14 03:45:36 +08:00
{
"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
}
]
}