1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
Source: golang-github-lucas-clemente-quic-go
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
Alexandre Viau <aviau@debian.org>,
Roger Shimizu <rosh@debian.org>,
Aloïs Micard <creekorful@debian.org>,
John Goerzen <jgoerzen@complete.org>
Section: golang
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-golang,
golang-github-francoispqt-gojay-dev,
golang-github-onsi-ginkgo-v2-dev,
golang-github-prometheus-client-golang-dev,
golang-github-quic-go-qpack-dev,
golang-github-stretchr-testify-dev,
golang-go,
golang-go.uber-mock-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,
golang-golang-x-time-dev,
golang-golang-x-tools-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.27.7~ds1-1~),
golang-v2ray-core-dev (<< 4.34.0+ds-3~),
caddy (<< 2.6.2-8~),
Architecture: all
Multi-Arch: foreign
Depends:
golang-github-francoispqt-gojay-dev,
golang-github-prometheus-client-golang-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,
golang-golang-x-time-dev,
golang-golang-x-tools-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.
|