mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
10b7a17834
Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
19 lines
503 B
JSON
19 lines
503 B
JSON
{
|
||
"name": "simsimd",
|
||
"version": "5.7.3",
|
||
"description": "Fastest similarity-measures and distance functions on the Wild West – vectors, strings, short molecules, and even DNA sequences. All with a pinch of SIMD for both x86 and ARM.",
|
||
"homepage": "https://github.com/ashvardanian/SimSIMD",
|
||
"license": "Apache-2.0",
|
||
"supports": "!uwp",
|
||
"dependencies": [
|
||
{
|
||
"name": "vcpkg-cmake",
|
||
"host": true
|
||
},
|
||
{
|
||
"name": "vcpkg-cmake-config",
|
||
"host": true
|
||
}
|
||
]
|
||
}
|