vcpkg/ports/simsimd/vcpkg.json
Mengna-Li 10b7a17834
[simsimd] update to 5.7.3 (#41638)
Co-authored-by: Mengna-Li <v-limengna@microsoft.com>
2024-10-21 18:39:53 -07:00

19 lines
503 B
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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
}
]
}