aboutsummaryrefslogtreecommitdiff
path: root/ports/prometheus-cpp/CONTROL
diff options
context:
space:
mode:
Diffstat (limited to 'ports/prometheus-cpp/CONTROL')
-rw-r--r--ports/prometheus-cpp/CONTROL20
1 files changed, 0 insertions, 20 deletions
diff --git a/ports/prometheus-cpp/CONTROL b/ports/prometheus-cpp/CONTROL
deleted file mode 100644
index c1db0101f..000000000
--- a/ports/prometheus-cpp/CONTROL
+++ /dev/null
@@ -1,20 +0,0 @@
-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