mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 02:37:49 +08:00
27 lines
524 B
JSON
27 lines
524 B
JSON
|
{
|
||
|
"name": "hdr-histogram",
|
||
|
"version-semver": "0.11.8",
|
||
|
"description": "'C' port of High Dynamic Range (HDR) Histogram",
|
||
|
"homepage": "https://github.com/HdrHistogram/HdrHistogram_c",
|
||
|
"license": "CC0-1.0",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
"zlib"
|
||
|
],
|
||
|
"features": {
|
||
|
"log": {
|
||
|
"description": "Logging support for HdrHistogram",
|
||
|
"dependencies": [
|
||
|
"zlib"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|