vcpkg/ports/usearch/vcpkg.json

18 lines
361 B
JSON
Raw Normal View History

2023-09-14 08:10:57 +08:00
{
"name": "usearch",
"version": "2.3.2",
"description": "Fastest Search & Clustering engine × for Vectors & Strings",
"homepage": "https://github.com/unum-cloud/usearch",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}