File: control

package info (click to toggle)
golang-github-facebookgo-stats 0.0~git20151006.0.1b76add-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 996 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
Source: golang-github-facebookgo-stats
Section: devel
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-facebookgo-ensure-dev
Standards-Version: 4.1.1
Homepage: https://github.com/facebookgo/stats
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-facebookgo-stats
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-facebookgo-stats.git
Testsuite: autopkgtest-pkg-go
XS-Go-Import-Path: github.com/facebookgo/stats

Package: golang-github-facebookgo-stats-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-github-facebookgo-ensure-dev
Description: defines a lightweight interface for collecting statistics
 This Go library defines a lightweight interface for collecting statistics.
 It provides methods for holding aggregate data such as running sums,
 averages, and histograms.