aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/simsimd/vcpkg.json
blob: a20a0eb87b9638462c3dedb9032faeb9619d8886 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "simsimd",
  "version": "6.0.0",
  "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
    }
  ]
}