Source: prometheus-client-c Section: libs Priority: optional Maintainer: Lucas de Castro Borges Build-Depends: debhelper-compat (= 13) Standards-Version: 4.5.1 Homepage: https://digitalocean.github.io/prometheus-client-c/index.html Rules-Requires-Root: no #Vcs-Git: https://salsa.debian.org/debian/prometheus-client-c.git #Vcs-Browser: https://salsa.debian.org/debian/prometheus-client-c Package: libprom Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: Library for instrumenting software via prometheus Prom is the core API, resource such as counters, guages, histograms, and collector registries. Package: libprom-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libprom (= ${binary:Version}), ${misc:Depends} Description: Library for instrumenting software via prometheus Prom is the core API, resource such as counters, guages, histograms, and collector registries. This package provides the headers files for development. Package: libpromhttp Section: libs Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: Library for instrumenting software via prometheus Promhttp provices a simple web handler to expose Prometheus metrics for scraping. Package: libpromhttp-dev Section: libdevel Architecture: any Multi-Arch: same Depends: libpromhttp (= ${binary:Version}), ${misc:Depends} Description: Library for instrumenting software via prometheus Promhttp provices a simple web handler to expose Prometheus metrics for scraping. This package provides the headers files for development.