Source: golang-github-cenkalti-backoff-v7 Section: golang Maintainer: Debian Go Packaging Team Uploaders: Mathias Gibbens Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-cenkalti-backoff-v7 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-cenkalti-backoff-v7.git Homepage: https://github.com/cenkalti/backoff XS-Go-Import-Path: github.com/cenkalti/backoff/v7 Package: golang-github-cenkalti-backoff-v7-dev Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} Description: exponential backoff algorithm in Go Exponential backoff is an algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable rate. The retries exponentially increase and stop increasing when a certain threshold is met. . This package provides major version 7 of the library.