mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:49:01 +08:00
18 lines
361 B
JSON
18 lines
361 B
JSON
{
|
||
"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
|
||
}
|
||
]
|
||
}
|