File: control

package info (click to toggle)
golang-github-mxk-go-flowrate 0.0~git20140419.0.cca7078-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports
  • size: 88 kB
  • sloc: makefile: 2
file content (22 lines) | stat: -rw-r--r-- 883 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
Source: golang-github-mxk-go-flowrate
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go
Standards-Version: 3.9.6
Homepage: https://github.com/mxk/go-flowrate
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-mxk-go-flowrate.git
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-mxk-go-flowrate.git
XS-Go-Import-Path: github.com/mxk/go-flowrate

Package: golang-github-mxk-go-flowrate-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go
Description: Go package for limiting and monitoring data flow rate
 The flowrate package provides the tools for monitoring and limiting
 the flow rate of an arbitrary data stream.