File: control

package info (click to toggle)
golang-github-ulule-limiter 3.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, sid
  • size: 240 kB
  • sloc: sh: 114; makefile: 15
file content (34 lines) | stat: -rw-r--r-- 1,284 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
30
31
32
33
34
Source: golang-github-ulule-limiter
Section: devel
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Paride Legovini <pl@ninthfloor.org>
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-github-gin-gonic-gin-dev,
               golang-github-go-redis-redis-dev,
               golang-github-pkg-errors-dev,
               golang-github-stretchr-testify-dev
Standards-Version: 4.4.1
Homepage: https://github.com/ulule/limiter
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-ulule-limiter
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-ulule-limiter.git
XS-Go-Import-Path: github.com/ulule/limiter
Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: golang-github-ulule-limiter-dev
Architecture: all
Depends: ${misc:Depends},
         golang-github-gin-gonic-gin-dev,
         golang-github-go-redis-redis-dev,
         golang-github-pkg-errors-dev,
         golang-github-stretchr-testify-dev
Description: Dead simple rate limit middleware for Go
 Dead simple rate limit middleware for Go. Featuring:
 .
  * Simple API
  * "Store" approach for backend
  * Redis support (but not tied too)
  * Middlewares: HTTP and Gin