File: control

package info (click to toggle)
golang-github-mcuadros-go-gin-prometheus 0.1.0%2Bgit20190723.c7374e9-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 76 kB
  • sloc: makefile: 6
file content (29 lines) | stat: -rw-r--r-- 1,268 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: golang-github-mcuadros-go-gin-prometheus
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
               golang-github-gin-gonic-gin-dev,
               golang-github-prometheus-client-golang-dev,
               golang-logrus-dev,
Standards-Version: 4.5.0
Homepage: https://github.com/mcuadros/go-gin-prometheus
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mcuadros-go-gin-prometheus
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mcuadros-go-gin-prometheus.git
XS-Go-Import-Path: github.com/mcuadros/go-gin-prometheus
Testsuite: autopkgtest-pkg-go

Package: golang-github-mcuadros-go-gin-prometheus-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-gin-gonic-gin-dev,
         golang-github-prometheus-client-golang-dev,
         golang-logrus-dev,
Description: Gin Web Framework Prometheus metrics exporter
 This package contains a gin Web Framework Prometheus metrics exporter.
 .
 Gin is a HTTP web framework written in Go (Golang). It features a
 Martini-like API with much better performance.