23 lines
522 B
JSON
Executable file
23 lines
522 B
JSON
Executable file
{
|
|
"name": "cpuinfo",
|
|
"version-date": "2022-04-02",
|
|
"description": "CPU INFOrmation library (x86/x86-64/ARM/ARM64, Linux/Windows/Android/macOS/iOS)",
|
|
"homepage": "https://github.com/pytorch/cpuinfo",
|
|
"license": "BSD-2-Clause",
|
|
"supports": "!(arm & windows)",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tools": {
|
|
"description": "Build cpuinfo command-line tools"
|
|
}
|
|
}
|
|
}
|