aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vectorclass/vcpkg.json
blob: 1be19e61a1ceacf30e73c157bc0f6f9ddb27d7a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "vectorclass",
  "version-string": "2.02.00",
  "description": "C++ class library for using the Single Instruction Multiple Data (SIMD) instructions in modern Microprocessors",
  "homepage": "https://github.com/vectorclass/version2",
  "license": "Apache-2.0",
  "supports": "!(arm | arm64)",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}