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
|
Source: golang-github-throttled-throttled
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dmitry Smirnov <onlyjob@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-golang,
golang-any,
golang-github-gomodule-redigo-dev,
golang-github-go-redis-redis-dev,
golang-github-hashicorp-golang-lru-dev
Standards-Version: 4.4.1
Homepage: https://github.com/throttled/throttled
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-throttled-throttled
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-throttled-throttled.git
XS-Go-Import-Path: github.com/throttled/throttled
Testsuite: autopkgtest-pkg-go
Package: golang-github-throttled-throttled-dev
Provides: golang-gopkg-throttled-throttled.v2-dev
Architecture: all
Depends: ${misc:Depends},
golang-github-gomodule-redigo-dev,
golang-github-go-redis-redis-dev,
golang-github-hashicorp-golang-lru-dev
Description: rate limiting access to resources such as HTTP endpoints
Throttled implements rate limiting using the generic cell rate algorithm
(https://en.wikipedia.org/wiki/Generic_cell_rate_algorithm) to limit
access to resources such as HTTP endpoints.
|