mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:09:00 +08:00
30 lines
737 B
JSON
30 lines
737 B
JSON
{
|
|
"name": "gperftools",
|
|
"version": "2.16",
|
|
"description": "A high-performance multi-threaded malloc() implementation, plus some performance analysis tools.",
|
|
"homepage": "https://github.com/gperftools/gperftools",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "((x86 | x64) & windows & !uwp) | !windows | mingw",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"libunwind": {
|
|
"description": "Support libunwind for stack traces",
|
|
"dependencies": [
|
|
"libunwind"
|
|
]
|
|
},
|
|
"override": {
|
|
"description": "Override Windows allocators",
|
|
"supports": "windows & staticcrt"
|
|
},
|
|
"tools": {
|
|
"description": "Install tools"
|
|
}
|
|
}
|
|
}
|