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