summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: d9f94d4e2d4cb5317882d8fd85ae124092e17840 (plain)
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
Source: nghttp3
Section: libs
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Sakirnth Nagarasa <sakirnth@gmail.com>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends:
 debhelper-compat (= 13),
 pkg-config,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/ngtcp2/nghttp3
Vcs-Browser: https://git.progress-linux.org/packages/fuchur-backports/nghttp3
Vcs-Git: https://git.progress-linux.org/packages/fuchur-backports/nghttp3
XSBC-Original-Vcs-Browser: https://salsa.debian.org/saki/nghttp3
XSBC-Original-Vcs-Git: https://salsa.debian.org/saki/nghttp3.git

Package: libnghttp3-3
Section: libs
Architecture: any
Multi-Arch: same
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: HTTP/3 library with QUIC and QPACK (library)
 nghttp3 implements HTTP/3 functions in C. For now it supports several
 HTTP actions like request, response and server push.
 .
 This package contains the shared library.

Package: libnghttp3-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
 libnghttp3-3 (= ${binary:Version}),
 ${misc:Depends},
Description: HTTP/3 library with QUIC and QPACK (development)
 nghttp3 implements HTTP/3 functions in C. For now it supports several
 HTTP actions like request, response and server push.
 .
 This package contains the development files.