vcpkg/ports/simsimd/vcpkg.json

19 lines
503 B
JSON
Raw Normal View History

2023-09-14 02:06:48 +02:00
{
"name": "simsimd",
2024-09-21 05:28:08 +08:00
"version": "5.4.1",
2023-09-14 02:06:48 +02:00
"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
}
]
2023-09-14 02:06:48 +02:00
}