Source: golang-github-spf13-nitro
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/spf13/nitro
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-spf13-nitro.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-spf13-nitro.git
XS-Go-Import-Path: github.com/spf13/nitro

Package: golang-github-spf13-nitro-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go | gccgo
Description: Quick and easy performance analyzer library for Go
 Nitro is a quick and easy performance analyzer library for the Go Programming
 Language.  It is useful for comparing A/B against different drafts of functions
 or different functions.  Building on the standard pprof library, Nitro provides
 a very high-level view of your application performance to help identify areas
 to investigate further.  It also provides an easy metric to compare as you
 revise and improve each part of your application.
