mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 18:49:06 +08:00
37 lines
705 B
JSON
37 lines
705 B
JSON
|
{
|
||
|
"name": "prometheus-cpp",
|
||
|
"version-string": "0.12.3",
|
||
|
"port-version": 1,
|
||
|
"description": "Prometheus Client Library for Modern C++",
|
||
|
"default-features": [
|
||
|
"compression",
|
||
|
"pull"
|
||
|
],
|
||
|
"features": {
|
||
|
"compression": {
|
||
|
"description": "Enable zlib compression",
|
||
|
"dependencies": [
|
||
|
"zlib"
|
||
|
]
|
||
|
},
|
||
|
"pull": {
|
||
|
"description": "Support for regular pull mode",
|
||
|
"dependencies": [
|
||
|
"civetweb"
|
||
|
]
|
||
|
},
|
||
|
"push": {
|
||
|
"description": "Support push gateway",
|
||
|
"dependencies": [
|
||
|
"curl"
|
||
|
]
|
||
|
},
|
||
|
"tests": {
|
||
|
"description": "Additional testing support",
|
||
|
"dependencies": [
|
||
|
"gtest"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|