aboutsummaryrefslogtreecommitdiff
path: root/ports/cpu-features/vcpkg.json
blob: f773cf60b4414e1fb1787f0d49e0c738294b7032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "name": "cpu-features",
  "version-string": "0.4.1",
  "description": "A cross-platform C library to retrieve CPU features (such as available instructions) at runtime",
  "homepage": "https://github.com/google/cpu_features",
  "license": "Apache-2.0",
  "supports": "!(arm | uwp)",
  "features": [
    {
      "name": "tools",
      "description": "list_cpu_features command line tool"
    }
  ]
}