vcpkg/ports/simsimd/vcpkg.json

19 lines
503 B
JSON
Raw Normal View History

2023-09-14 08:06:48 +08:00
{
"name": "simsimd",
2024-10-04 23:42:29 +08:00
"version": "5.4.4",
2023-09-14 08:06:48 +08: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 08:06:48 +08:00
}