File: control

package info (click to toggle)
golang-github-mxk-go-flowrate 0.0~git20140419.0.cca7078-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 108 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 938 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
Source: golang-github-mxk-go-flowrate
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-go
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-mxk-go-flowrate
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-mxk-go-flowrate.git
Homepage: https://github.com/mxk/go-flowrate
Rules-Requires-Root: no
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.