golang-github-hashicorp-yamux 0.0~git20180605.35205983-1 source package in Ubuntu

Changelog

golang-github-hashicorp-yamux (0.0~git20180605.35205983-1) unstable; urgency=medium

  * Team upload.

  [ Alexandre Viau ]
  * Point Vcs-* urls to salsa.debian.org.

  [ Dmitry Smirnov ]
  * New upstream snapshot.
  * Testsuite: autopkgtest-pkg-go
  * Standards-Version: 4.1.4; Priority: optional
  * debhelper & compat to version 11

 -- Dmitry Smirnov <email address hidden>  Wed, 27 Jun 2018 20:30:09 +1000

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

Builds

Disco: [FULLYBUILT] amd64

Cosmic: [FAILEDTOBUILD] amd64

Downloads

File Size SHA-256 Checksum
golang-github-hashicorp-yamux_0.0~git20180605.35205983-1.dsc 2.4 KiB ec252d6ba8aa50207b8caed66e7db01deabd5773f10f027f861b21d2d1cab322
golang-github-hashicorp-yamux_0.0~git20180605.35205983.orig.tar.xz 20.1 KiB de2f2d2db29f0b28966d9e69f8533f09be6210474b5244a135827c4a31c0ff0d
golang-github-hashicorp-yamux_0.0~git20180605.35205983-1.debian.tar.xz 7.2 KiB baab5577fc7fb5a48c0288f4ddc985179c972990135c8aaafb8f8c1263c8e786

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.