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 35 36 37 38 39 40 41 42
|
Source: golang-github-vulcand-oxy
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Aloïs Micard <creekorful@debian.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-github-codahale-hdrhistogram-dev,
golang-github-mailgun-multibuf-dev,
golang-github-mailgun-timetools-dev,
golang-github-mailgun-ttlmap-dev,
golang-github-segmentio-fasthash-dev,
golang-github-stretchr-testify-dev <!nocheck>,
golang-github-vulcand-predicate-dev,
golang-golang-x-net-dev,
golang-logrus-dev,
golang-websocket-dev
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-vulcand-oxy
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-vulcand-oxy.git
Homepage: https://github.com/vulcand/oxy
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/vulcand/oxy
Package: golang-github-vulcand-oxy-dev
Architecture: all
Depends: golang-github-codahale-hdrhistogram-dev,
golang-github-mailgun-multibuf-dev,
golang-github-mailgun-timetools-dev,
golang-github-mailgun-ttlmap-dev,
golang-github-segmentio-fasthash-dev,
golang-github-vulcand-predicate-dev,
golang-golang-x-net-dev,
golang-logrus-dev,
golang-websocket-dev,
${misc:Depends}
Description: Go middlewares for HTTP servers & proxies (library)
Oxy is a Go library with HTTP handlers that enhance the HTTP
standard library. It Provides a Buffer, Forwarder, Circuit Breaker,
Rate limiter middlewares, and much more.
|