File: control

package info (click to toggle)
go-mmproxy 2.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 248 kB
  • sloc: makefile: 12; sh: 7
file content (30 lines) | stat: -rw-r--r-- 1,194 bytes parent folder | download
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
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.