vcpkg/ports/cpu-features/vcpkg.json
2020-08-31 16:17:32 -07:00

15 lines
402 B
JSON

{
"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"
}
]
}