2020-09-01 07:17:32 +08:00
|
|
|
{
|
|
|
|
"name": "cpu-features",
|
2021-06-01 12:17:00 -07:00
|
|
|
"version": "0.6.0",
|
2020-09-01 07:17:32 +08:00
|
|
|
"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)",
|
2021-06-01 12:17:00 -07:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
2020-09-14 15:07:02 -07:00
|
|
|
"features": {
|
|
|
|
"tools": {
|
2020-09-01 07:17:32 +08:00
|
|
|
"description": "list_cpu_features command line tool"
|
|
|
|
}
|
2020-09-14 15:07:02 -07:00
|
|
|
}
|
2020-09-01 07:17:32 +08:00
|
|
|
}
|