1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: golang-gopkg-eapache-go-resiliency.v1
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Alexandre Viau <aviau@debian.org>, Tim Potter <tpot@hpe.com>
Build-Depends: debhelper (>= 9),
dh-golang,
golang-go
Standards-Version: 3.9.7
Homepage: https://github.com/eapache/go-resiliency
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-gopkg-eapache-go-resiliency.v1.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-gopkg-eapache-go-resiliency.v1.git
XS-Go-Import-Path: gopkg.in/eapache/go-resiliency.v1
Package: golang-gopkg-eapache-go-resiliency.v1-dev
Architecture: all
Depends: ${shlibs:Depends},
${misc:Depends},
golang-go
Built-Using: ${misc:Built-Using}
Description: resiliency patterns for golang
Resiliency patterns for golang. Based in part on Hystrix, Semian,
and others. Currently implemented patterns include circuit-breaker,
semaphore, deadline/timeout, batching and retriable.
|