golang-github-lucas-clemente-quic-go 0.37.4-1 source package in Ubuntu

Changelog

golang-github-lucas-clemente-quic-go (0.37.4-1) unstable; urgency=medium

  * Team Upload
  * New upstream version 0.37.4
  * Breaks golang-github-syncthing-syncthing-dev (<< 1.19.2~ds1-2~)
    and golang-v2ray-core-dev (<< 4.34.0+ds-3~)

 -- Shengjing Zhu <email address hidden>  Fri, 11 Aug 2023 19:49:31 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-lucas-clemente-quic-go_0.37.4-1.dsc 2.5 KiB 63b1d772f5148cfcbbc1dc80f4e303bfda185df9b136fb2d7e4ddedec2076ec5
golang-github-lucas-clemente-quic-go_0.37.4.orig-qtls-go1-20.tar.gz 4.6 MiB 94dad4cd0568bd6a12a2574d4c8ea7a9ad68d697287f1e1606eeeda8cb279c02
golang-github-lucas-clemente-quic-go_0.37.4.orig.tar.gz 551.7 KiB 02e823d418401f573cbadb7307b8fc0d0f7832384c10adfa29e1e3f048c5343b
golang-github-lucas-clemente-quic-go_0.37.4-1.debian.tar.xz 11.9 KiB d4d6f584a659ad045a20be907f0deb8b8b14c201251affcb949750ec70986cba

Available diffs

No changes file available.

Binary packages built by this source

golang-github-lucas-clemente-quic-go-dev: QUIC golang library

 quic-go is an implementation of the QUIC
 (https://en.wikipedia.org/wiki/QUIC) protocol in Go. It roughly
 implements the IETF QUIC draft (https://github.com/quicwg/base-drafts),
 although it doesn't fully support any of the draft versions at the
 moment. Version compatibility Since quic-go is under active
 development, there's no guarantee that two builds of different commits
 are interoperable. The QUIC version used in the master branch is just
 a placeholder, and should not be considered stable.