Source: golang-github-lucas-clemente-quic-go Maintainer: Debian Go Packaging Team Uploaders: Alexandre Viau , Roger Shimizu , Section: devel Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-any, golang-github-cheekybits-genny-dev, golang-github-francoispqt-gojay-dev, golang-github-golang-mock-dev, golang-github-marten-seemann-qpack-dev, golang-github-marten-seemann-qtls-go1-15-dev, golang-github-onsi-ginkgo-dev (>= 1.14.2), golang-go.opencensus-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-gomega-dev, golang-goprotobuf-dev, Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-lucas-clemente-quic-go Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-lucas-clemente-quic-go.git Homepage: https://github.com/lucas-clemente/quic-go Rules-Requires-Root: no XS-Go-Import-Path: github.com/lucas-clemente/quic-go Package: golang-github-lucas-clemente-quic-go-dev Architecture: all Depends: golang-github-cheekybits-genny-dev, golang-github-francoispqt-gojay-dev, golang-github-marten-seemann-qpack-dev, golang-github-marten-seemann-qtls-go1-15-dev, golang-go.opencensus-dev, golang-golang-x-crypto-dev, golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-goprotobuf-dev, ${misc:Depends}, Description: 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.