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
|
Source: kcptun
Section: net
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Roger Shimizu <rosh@debian.org>
Build-Depends:
debhelper-compat (= 12),
dh-golang,
golang-any,
golang-github-golang-snappy-dev,
golang-github-pkg-errors-dev,
golang-github-urfave-cli-dev,
golang-github-xtaci-kcp-dev,
golang-github-xtaci-smux-dev (>= 1.5.16),
golang-github-xtaci-tcpraw-dev,
golang-golang-x-crypto-dev,
help2man
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/xtaci/kcptun
Vcs-Browser: https://salsa.debian.org/go-team/packages/kcptun
Vcs-Git: https://salsa.debian.org/go-team/packages/kcptun.git
XS-Go-Import-Path: github.com/xtaci/kcptun
Testsuite: autopkgtest-pkg-go
Package: kcptun
Architecture: any
Built-Using: ${misc:Built-Using}
Depends:
${shlibs:Depends},
${misc:Depends}
Description: Simple UDP Tunnel Based On KCP
kcptun is a remote port forwarding tool by converting TCP stream into
UDP stream in KCP protocol, in order to achieve higher throughput or
lower latency with rich tuneable options.
|