Source: go-mmproxy
Section: devel
Priority: optional
Standards-Version: 4.7.2
Maintainer: Dmitry Smirnov <onlyjob@debian.org>
Uploaders: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper-compat (= 13),
               dh-golang,
               golang-any (>= 2:1.23~),
    golang-go.uber-zap-dev,
Homepage: https://github.com/kzemek/go-mmproxy
Vcs-Browser: https://salsa.debian.org/go-team/packages/go-mmproxy
Vcs-Git: https://salsa.debian.org/go-team/packages/go-mmproxy.git
XS-Go-Import-Path: github.com/kzemek/go-mmproxy
#Testsuite: autopkgtest-pkg-go
Rules-Requires-Root: no

Package: go-mmproxy
Architecture: any
Built-Using: ${misc:Built-Using}
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: Golang implementation of mmproxy
 'go-mmproxy' is a standalone application that unwraps HAProxy's
 PROXY-protocol so that the TCP connection to the end server comes from
 client's - instead of proxy server's - IP address and port number.
 .
 This is a Golang reimplementation of mmproxy created to improve on
 mmproxy's runtime stability while providing potentially greater
 performance in terms of connection and packet throughput.
