Subversion Repositories

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

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