File: control

package info (click to toggle)
golang-github-jpillora-backoff 1.0.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, bullseye-backports, forky, sid, trixie
  • size: 68 kB
  • sloc: makefile: 2
file content (20 lines) | stat: -rw-r--r-- 802 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: golang-github-jpillora-backoff
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 (>= 11~),
               dh-golang,
               golang-any
Standards-Version: 4.1.4
Homepage: https://github.com/jpillora/backoff
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-jpillora-backoff
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-jpillora-backoff.git
XS-Go-Import-Path: github.com/jpillora/backoff
Testsuite: autopkgtest-pkg-go

Package: golang-github-jpillora-backoff-dev
Architecture: all
Depends: ${misc:Depends}
Description: backoff algorithm in Golang
 Backoff is a simple exponential backoff counter in Go (Golang)