golang-github-lucas-clemente-quic-go 0.29.2-2 source package in Ubuntu

Changelog

golang-github-lucas-clemente-quic-go (0.29.2-2) experimental; urgency=medium

  * Team Upload.
  * Use golang-go instead of golang-any. Since gccgo doesn't support generic.

 -- Shengjing Zhu <email address hidden>  Mon, 16 Jan 2023 15:39:24 +0800

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-lucas-clemente-quic-go_0.29.2-2.dsc 2.8 KiB be0d28924d1553377dbec776ada32c6dcd5ee98f141a0c8e1a74822171e8be9d
golang-github-lucas-clemente-quic-go_0.29.2.orig-qtls-go1-19.tar.gz 413.4 KiB 948de3fc237e479c0fa1a0118151679b746533c6ee5c639aab7561d9241e869e
golang-github-lucas-clemente-quic-go_0.29.2.orig-qtls-go1-20.tar.gz 412.7 KiB cfebe5dab825899c6809e8cdcc26cf39d3561ff6a00fefec35edc1ac474b8a70
golang-github-lucas-clemente-quic-go_0.29.2.orig.tar.gz 522.5 KiB 65c714906703306ae878d870d999140348aa539d2be2ccc14b9ff1c2b43be06c
golang-github-lucas-clemente-quic-go_0.29.2-2.debian.tar.xz 5.7 KiB 35c297a22c6065e4d3572e85c90e193c757fd907df80179d254720991f64d52b

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.