vcpkg/ports/hnswlib/vcpkg.json
2023-12-04 17:31:53 -08:00

18 lines
356 B
JSON

{
"name": "hnswlib",
"version": "0.8.0",
"description": "Header-only library for fast approximate nearest neighbors",
"homepage": "https://github.com/nmslib/hnswlib",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}