Codebase list golang-github-beorn7-perks / 5a2b7f29-664d-4282-baf1-54ab3aef92aa/main debian / control
5a2b7f29-664d-4282-baf1-54ab3aef92aa/main

Tree @5a2b7f29-664d-4282-baf1-54ab3aef92aa/main (Download .tar.gz)

control @5a2b7f29-664d-4282-baf1-54ab3aef92aa/main

9773a97
 
 
 
791b067
 
 
9773a97
f37bd06
667efd2
791b067
9773a97
93813fd
 
9773a97
 
 
 
667efd2
 
9773a97
791b067
 
 
 
 
 
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>,
           Tim Potter <tpot@hpe.com>,
           Martín Ferrari <tincho@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang (>= 1.17~),
               golang-any,
Standards-Version: 3.9.8
Homepage: https://github.com/beorn7/perks
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-beorn7-perks
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-beorn7-perks.git
XS-Go-Import-Path: github.com/beorn7/perks

Package: golang-github-beorn7-perks-dev
Architecture: all
Depends: ${misc:Depends},
         ${shlibs:Depends},
Description: effective computation of things
 This is a fork of github.com/bmizerany/perks (now unmaintained).
 The package contains:
 * github.com/beorn7/perks/histogram: a Go implementation of BigML's histogram
   package for Clojure/Java.
 * github.com/beorn7/perks/quantile: computes approximate quantiles over an
   unbounded data stream within low memory and CPU bounds.