File: control

package info (click to toggle)
golang-github-lucas-clemente-quic-go 0.29.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,832 kB
  • sloc: sh: 61; makefile: 7
file content (59 lines) | stat: -rw-r--r-- 2,150 bytes parent folder | download
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
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>
Section: golang
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-19-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-golang-x-exp-dev,
 golang-gomega-dev,
 golang-goprotobuf-dev,
Standards-Version: 4.6.1
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
Multi-Arch: foreign
Depends:
 golang-github-cheekybits-genny-dev,
 golang-github-francoispqt-gojay-dev,
 golang-github-marten-seemann-qpack-dev,
 golang-github-marten-seemann-qtls-go1-19-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-golang-x-exp-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.