File: control

package info (click to toggle)
golang-github-beorn7-perks 1.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 132 kB
  • sloc: makefile: 3
file content (30 lines) | stat: -rw-r--r-- 1,216 bytes parent folder | download
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
28
29
30
Source: golang-github-beorn7-perks
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
           Tim Potter <tpot@hpe.com>,
           Martina Ferrari <tina@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any,
Standards-Version: 4.7.0
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
Homepage: https://github.com/beorn7/perks
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/beorn7/perks

Package: golang-github-beorn7-perks-dev
Architecture: all
Multi-Arch: foreign
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.