File: control

package info (click to toggle)
spdylay 1.3.2-2.1
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 4,384 kB
  • ctags: 3,054
  • sloc: ansic: 13,879; cpp: 12,251; sh: 11,380; python: 666; makefile: 293
file content (73 lines) | stat: -rw-r--r-- 2,885 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
Source: spdylay
Section: libs
Priority: optional
Maintainer: Emanuele Rocca <ema@debian.org>
Uploaders: Aron Xu <aron@debian.org>
Build-Depends: autotools-dev,
               automake (>= 1:1.14),
               debhelper (>= 9.20141010),
               dpkg-dev (>= 1.17.14),
               libcunit1-dev <!nocheck>,
               libevent-dev,
               libssl-dev,
               libxml2-dev,
               pkg-config,
               python:native,
               zlib1g-dev
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/collab-maint/spdylay.git
Homepage: https://tatsuhiro-t.github.io/spdylay/

Package: libspdylay7
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: implementation of SPDY protocol in C
 This library provides SPDY version 2, 3 and 3.1 framing layer implementation.
 It does not perform any I/O operations. When the library needs them, it calls
 the callback functions provided by the application. It also does not include
 any event polling mechanism, so the application can freely choose the way of
 handling events

Package: libspdylay-utils
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: implementation of SPDY protocol in C - utilities
 This library provides SPDY version 2, 3 and 3.1 framing layer implementation.
 It does not perform any I/O operations. When the library needs them, it calls
 the callback functions provided by the application. It also does not include
 any event polling mechanism, so the application can freely choose the way of
 handling events
 .
 This package ships the utilities.

Package: libspdylay-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libspdylay7 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: implementation of SPDY protocol in C - development files
 This library provides SPDY version 2, 3 and 3.1 framing layer implementation.
 It does not perform any I/O operations. When the library needs them, it calls
 the callback functions provided by the application. It also does not include
 any event polling mechanism, so the application can freely choose the way of
 handling events
 .
 This package ships the development files.

Package: libspdylay-dbg
Section: debug
Architecture: any
Priority: extra
Multi-Arch: same
Depends: libspdylay7 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Description: implementation of SPDY protocol in C - debug symbols
 This library provides SPDY version 2, 3 and 3.1 framing layer implementation.
 It does not perform any I/O operations. When the library needs them, it calls
 the callback functions provided by the application. It also does not include
 any event polling mechanism, so the application can freely choose the way of
 handling events
 .
 This package ships the debug symbols