File: control

package info (click to toggle)
ivykis 0.43.2-1
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,424 kB
  • sloc: ansic: 8,159; sh: 4,480; makefile: 277
file content (61 lines) | stat: -rw-r--r-- 2,569 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
Source: ivykis
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13)
Standards-Version: 4.7.0
Section: libs
Homepage: http://libivykis.sourceforge.net/
#Vcs-Git: git://anonscm.debian.org/collab-maint/ivykis.git -b debian
#Vcs-Browser: http://anonscm.debian.org/cgit/collab-maint/ivykis.git?h=debian

Package: libivykis0t64
Provides: ${t64:Provides}
Replaces: libivykis0
Breaks: libivykis0 (<< ${source:Version})
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Asynchronous I/O readiness notification library
 The ivykis library is a thin, portable wrapper around OS-provided
 mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly
 designed for building high-performance network applications, but can
 be used in any event-driver application that uses pollable file
 descriptors as its event sources.
 .
 Programs written to the ivykis API are generally single-threaded (or
 use only a small number of threads), and never block on I/O. All
 input and output is done in a nonblocking fashion, with I/O readiness
 notification delivered via callback functions.

Package: libivykis-dev
Section: libdevel
Architecture: any
Depends: libivykis0t64 (= ${binary:Version}), ${misc:Depends}
Breaks: libsyslog-ng-dev (<< 3.3.5.90~)
Replaces: libsyslog-ng-dev (<< 3.3.5.90~)
Description: Development libraries, header files and docs for libivykis
 Contains the header files, documentation, examples and static
 libraries for use in developing applications that use the libivykis
 library.
 .
 The ivykis library is a thin, portable wrapper around OS-provided
 mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly
 designed for building high-performance network applications, but can
 be used in any event-driver application that uses pollable file
 descriptors as its event sources.

Package: libivykis0-dbg
Multi-Arch: same
Section: debug
Architecture: any
Depends: libivykis0t64 (= ${binary:Version}), ${misc:Depends}
Description: Asynchronous I/O readiness notification library (debug symbols)
 Contains the debug symbols for the libivykis library. Most people
 will not need this package.
 .
 The ivykis library is a thin, portable wrapper around OS-provided
 mechanisms such as epoll(4), kqueue(2) and poll(2). It was mainly
 designed for building high-performance network applications, but can
 be used in any event-driver application that uses pollable file
 descriptors as its event sources.