Subversion Repositories

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

Rev 18 | Rev 20 | Go to most recent revision | 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>
13 magnus 5
Build-Depends: libtool, autoconf, automake1.9,
19 magnus 6
               debhelper (>> 4.0.0), libadns1-dev,
7 magnus 7
               libglib1.2-dev | libglib-dev,
8
               libreadline5-dev | libreadline-dev,
10 magnus 9
               tcl8.4-dev | tcl8.3-dev
10
Build-Depends-Indep: sharutils
3 magnus 11
Standards-Version: 3.6.1
12
 
13
Package: liboop4
14
Section: libs
15
Architecture: any
16
Depends: ${shlibs:Depends}
17
Provides: liboop
18
Replaces: liboop3
19
Description: Event loop management library
20
 Liboop is a low-level event loop management library for POSIX-based
21
 operating systems. It supports the development of modular, multiplexed
22
 applications which may respond to events from several sources. It
23
 replaces the "select() loop" and allows the registration of event
24
 handlers for file and network I/O, timers and signals. Since processes
25
 use these mechanisms for almost all external communication, liboop can
26
 be used as a basis for almost any application.
27
 
28
Package: liboop-dev
29
Section: libdevel
30
Architecture: any
18 magnus 31
Depends: liboop4 (= ${binary:Version}), libc6-dev
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
47
Description: Event loop management library - documentation
48
 Liboop is a low-level event loop management library for POSIX-based
49
 operating systems. It supports the development of modular, multiplexed
50
 applications which may respond to events from several sources. It
51
 replaces the "select() loop" and allows the registration of event
52
 handlers for file and network I/O, timers and signals. Since processes
53
 use these mechanisms for almost all external communication, liboop can
54
 be used as a basis for almost any application.
55
 .
56
 This package contains a mirror of the http://liboop.org website and its
57
 associated HTML documentation for the liboop library.