golang-github-hashicorp-yamux 0.0~git20151129.0.df94978-2 source package in Ubuntu

Changelog

golang-github-hashicorp-yamux (0.0~git20151129.0.df94978-2) unstable; urgency=medium

  [ Paul Tagliamonte ]
  * Team upload.
  * Use a secure transport for the Vcs-Git and Vcs-Browser URL

  [ Konstantinos Margaritis ]
  * Replace golang-go with golang-any in Build-Depends, remove golang-go from
    Depends

 -- Konstantinos Margaritis <email address hidden>  Tue, 08 Aug 2017 16:56:03 +0300

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-yamux_0.0~git20151129.0.df94978-2.dsc 2.3 KiB 32e504f1c67cb1fcdd7502f3fd449ddfbe76943df60d74cdc8ad337079febae1
golang-github-hashicorp-yamux_0.0~git20151129.0.df94978.orig.tar.xz 19.1 KiB 0bb11eaca34b471cb06683a1aa9754ce595d4e53254261ca0d6ffa725863bf40
golang-github-hashicorp-yamux_0.0~git20151129.0.df94978-2.debian.tar.xz 6.6 KiB d307a4377808c5c7d90f30d8315fea362c9bd20dc7108b51dde9904d3d60c5c0

No changes file available.

Binary packages built by this source

golang-github-hashicorp-yamux-dev: Golang connection multiplexing library

 Yamux (Yet another Multiplexer) is a multiplexing library for Golang. It relies
 on an underlying connection to provide reliability and ordering, such as TCP or
 Unix domain sockets, and provides stream-oriented multiplexing. It is inspired
 by SPDY but is not interoperable with it.
 .
 Yamux features include:
 .
   - Bi-directional streams
     - Streams can be opened by either client or server
     - Useful for NAT traversal
     - Server-side push support
   - Flow control
     - Avoid starvation
     - Back-pressure to prevent overwhelming a receiver
   - Keep Alives
     - Enables persistent connections over a load balancer
   - Efficient
     - Enables thousands of logical streams with low overhead
 .
 This package contains the source.