mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 03:39:01 +08:00
6fbb26ecdb
Update prometheus-cpp to `0.12.2`. Locally tested all the features on macOS.
21 lines
436 B
Plaintext
21 lines
436 B
Plaintext
Source: prometheus-cpp
|
|
Version: 0.12.3
|
|
Description: Prometheus Client Library for Modern C++
|
|
Default-Features: compression, pull
|
|
|
|
Feature: compression
|
|
Build-Depends: zlib
|
|
Description: Enable zlib compression
|
|
|
|
Feature: tests
|
|
Build-Depends: gtest
|
|
Description: Additional testing support
|
|
|
|
Feature: pull
|
|
Build-Depends: civetweb
|
|
Description: Support for regular pull mode
|
|
|
|
Feature: push
|
|
Build-Depends: curl
|
|
Description: Support push gateway
|