blob: 8d12a9b734f4b9a08df1143df4e84211ad480d34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "gperftools",
"version-string": "2019-09-02",
"port-version": 1,
"description": "A set of tools for performance profiling and memory checking",
"homepage": "https://github.com/gperftools/gperftools",
"supports": "!(arm | arm64 | uwp)",
"features": {
"override": {
"description": "Override allocators"
},
"tools": {
"description": "Build gperftools CLI tools"
}
}
}
|