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.
|