Source: golang-github-cockroachdb-cmux Section: devel Priority: extra Maintainer: Debian Go Packaging Team Uploaders: Tim Potter Build-Depends: debhelper (>= 10), dh-golang, golang-any, golang-golang-x-net-dev, golang-google-grpc-dev Standards-Version: 3.9.8 Homepage: https://github.com/cockroachdb/cmux Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-cockroachdb-cmux.git Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-cockroachdb-cmux.git XS-Go-Import-Path: github.com/cockroachdb/cmux Package: golang-github-cockroachdb-cmux-dev Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, golang-golang-x-net-dev, golang-google-grpc-dev Description: Payload-based connection multiplexer for Golang The cmux library 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 payload on the same TCP listener. Lookahead is used to match and hand off connections to the appropriate server implementation. . This package is a fork of github.com/soheily/cmux.