mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-24 11:49:41 +00:00
72657582cf
* [prometheus-cpp] Update to version 0.7.0 * [prometheus-cpp] add a testing feature
21 lines
435 B
Plaintext
21 lines
435 B
Plaintext
Source: prometheus-cpp
|
|
Version: 0.7.0
|
|
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
|