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
|
Source: golang-github-deanthompson-ginpprof
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 (= 12),
dh-golang,
golang-any,
golang-github-gin-gonic-gin-dev
Standards-Version: 4.5.0
Homepage: https://github.com/DeanThompson/ginpprof
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-deanthompson-ginpprof
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-deanthompson-ginpprof.git
XS-Go-Import-Path: github.com/DeanThompson/ginpprof
Testsuite: autopkgtest-pkg-go
Package: golang-github-deanthompson-ginpprof-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-gin-gonic-gin-dev
Description: wrapper for golang web framework gin to use net/http/pprof
This package contains a wrapper for golang web framework gin to
use net/http/pprof easily.
.
Gin is a HTTP web framework written in Go (Golang). It features
a Martini-like API with much better performance.
|