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
|
Source: golang-github-soheilhy-cmux
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Shengjing Zhu <zhsj@debian.org>,
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-golang,
golang-any,
golang-golang-x-net-dev,
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-soheilhy-cmux
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-soheilhy-cmux.git
Homepage: https://github.com/soheilhy/cmux
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/soheilhy/cmux
Package: golang-github-soheilhy-cmux-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-golang-x-net-dev,
${misc:Depends},
Description: serve different services on the same port
cmux is a generic Go library to multiplex connections based on their
payload. Using cmux, you can serve gRPC, SSH, HTTPS, HTTP, Go RPC, and
pretty much any other protocol on the same TCP listener.
|