Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 63 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3 magnus 1
Source: liboop
2
Section: libs
3
Priority: optional
4 magnus 4
Maintainer: Magnus Holmgren <holmgren@debian.org>
57 magnus 5
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), libtool,
44 magnus 6
 dh-autoreconf, autoconf, automake, libadns1-dev, libglib2.0-dev,
50 magnus 7
 libreadline-dev, tcl-dev
60 magnus 8
Standards-Version: 3.9.8
47 magnus 9
Homepage: http://www.lysator.liu.se/liboop/
3 magnus 10
 
11
Package: liboop4
12
Section: libs
13
Architecture: any
64 magnus 14
Multi-Arch: same
29 magnus 15
Depends: ${shlibs:Depends}, ${misc:Depends}
3 magnus 16
Provides: liboop
17
Replaces: liboop3
18
Description: Event loop management library
19
 Liboop is a low-level event loop management library for POSIX-based
20
 operating systems. It supports the development of modular, multiplexed
21
 applications which may respond to events from several sources. It
22
 replaces the "select() loop" and allows the registration of event
23
 handlers for file and network I/O, timers and signals. Since processes
24
 use these mechanisms for almost all external communication, liboop can
25
 be used as a basis for almost any application.
26
 
27
Package: liboop-dev
28
Section: libdevel
29
Architecture: any
64 magnus 30
Multi-Arch: same
30 magnus 31
Depends: liboop4 (= ${binary:Version}), ${misc:Depends}
3 magnus 32
Description: Event loop management library - development files
33
 Liboop is a low-level event loop management library for POSIX-based
34
 operating systems. It supports the development of modular, multiplexed
35
 applications which may respond to events from several sources. It
36
 replaces the "select() loop" and allows the registration of event
37
 handlers for file and network I/O, timers and signals. Since processes
38
 use these mechanisms for almost all external communication, liboop can
39
 be used as a basis for almost any application.
40
 .
41
 This package contains the liboop development libraries and header
42
 files, required to develop and/or compile applications that use liboop.
43
 
44
Package: liboop-doc
45
Section: doc
46
Architecture: all
29 magnus 47
Depends:  ${misc:Depends}
3 magnus 48
Description: Event loop management library - documentation
49
 Liboop is a low-level event loop management library for POSIX-based
50
 operating systems. It supports the development of modular, multiplexed
51
 applications which may respond to events from several sources. It
52
 replaces the "select() loop" and allows the registration of event
53
 handlers for file and network I/O, timers and signals. Since processes
54
 use these mechanisms for almost all external communication, liboop can
55
 be used as a basis for almost any application.
56
 .
59 magnus 57
 This package contains a mirror of the
58
 https://www.lysator.liu.se/liboop/ website and its associated HTML
59
 documentation for the liboop library.