File: control

package info (click to toggle)
golang-github-throttled-throttled 2.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 172 kB
  • sloc: makefile: 23
file content (29 lines) | stat: -rw-r--r-- 1,319 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
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.