]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/prometheus-cpp/CONTROL
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / prometheus-cpp / CONTROL
CommitLineData
1e59de90
TL
1Source: prometheus-cpp
2Version: 0.12.2
3Description: Prometheus Client Library for Modern C++
4Default-Features: compression, pull
5
6Feature: compression
7Build-Depends: zlib
8Description: Enable zlib compression
9
10Feature: tests
11Build-Depends: gtest
12Description: Additional testing support
13
14Feature: pull
15Build-Depends: civetweb
16Description: Support for regular pull mode
17
18Feature: push
19Build-Depends: curl
20Description: Support push gateway