File: control

package info (click to toggle)
golang-github-beorn7-perks 0.0~git20160804.0.4c0e845-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, buster-backports, buster-backports-sloppy, stretch, stretch-backports
  • size: 108 kB
  • sloc: makefile: 3
file content (27 lines) | stat: -rw-r--r-- 1,157 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
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://anonscm.debian.org/cgit/pkg-go/packages/golang-github-beorn7-perks.git
Vcs-Git: https://anonscm.debian.org/git/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: ${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.