Source: golang-github-lucas-clemente-quic-go Maintainer: Debian Go Packaging Team Uploaders: Alexandre Viau , Roger Shimizu , Aloïs Micard , Section: golang Testsuite: autopkgtest-pkg-go Priority: optional Build-Depends: debhelper-compat (= 13), dh-golang, golang-github-francoispqt-gojay-dev, golang-github-golang-mock-dev, golang-github-onsi-ginkgo-v2-dev, golang-github-quic-go-qpack-dev, golang-go, golang-golang-x-crypto-dev, golang-golang-x-exp-dev, golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-golang-x-sys-dev, golang-gomega-dev, Standards-Version: 4.6.2 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/quic-go/quic-go Rules-Requires-Root: no XS-Go-Import-Path: github.com/quic-go/quic-go, github.com/lucas-clemente/quic-go Package: golang-github-lucas-clemente-quic-go-dev Provides: golang-github-quic-go-quic-go-dev (= ${source:Version}), Breaks: golang-github-syncthing-syncthing-dev (<< 1.19.2~ds1-2~), golang-v2ray-core-dev (<< 4.34.0+ds-3~), Architecture: all Multi-Arch: foreign Depends: golang-github-francoispqt-gojay-dev, golang-github-quic-go-qpack-dev, golang-golang-x-crypto-dev, golang-golang-x-exp-dev, golang-golang-x-net-dev, golang-golang-x-sync-dev, golang-golang-x-sys-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.