Codebase list golang-github-beorn7-perks / debian/0.0_git20150223.0.b965b61-1 debian / control
debian/0.0_git20150223.0.b965b61-1

Tree @debian/0.0_git20150223.0.b965b61-1 (Download .tar.gz)

control @debian/0.0_git20150223.0.b965b61-1raw · history · blame

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

Package: golang-github-beorn7-perks-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: effective computation of things
 Perks contains the Go package quantile that computes approximate quantiles
 over an unbounded data stream within low memory and CPU bounds.