File: control

package info (click to toggle)
libverto 0.3.1-1.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 612 kB
  • sloc: sh: 2,904; ansic: 2,349; makefile: 98
file content (76 lines) | stat: -rw-r--r-- 2,972 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
74
75
76
Source: libverto
Priority: optional
Maintainer: Sam Hartman <hartmans@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), libev-dev, libglib2.0-dev
Build-Conflicts: libevent-dev, libtevent-dev
Standards-Version: 4.5.0
Section: libs
Homepage: https://github.com/latchset/libverto/
Vcs-Git: https://salsa.debian.org/debian/libverto.git
Vcs-Browser: https://salsa.debian.org/debian/libverto

Package: libverto-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libverto1t64 (= ${binary:Version}), libverto-glib1t64 (= ${binary:Version}), libverto-libev1t64 (= ${binary:Version})
Description: Event loop abstraction for Libraries - Development
 Libverto exists to isolate libraries from the particular event loop
 chosen by an application. Libverto provides an asynchronous
 programming interface independent of any particular event loop and
 allows applications to attach this interface to whatever event loop
 they select.
 .
 This package includes development libraries.

Package: libverto1t64
Provides: ${t64:Provides}
Replaces: libverto1
Breaks: libverto1 (<< ${source:Version})
Section: libs
Architecture: any
PRe-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libverto-libev1t64|libverto-glib1t64
Multi-Arch: same
Description: Event loop abstraction for Libraries - Runtime
 Libverto exists to isolate libraries from the particular event loop
 chosen by an application. Libverto provides an asynchronous
 programming interface independent of any particular event loop and
 allows applications to attach this interface to whatever event loop
 they select.
 .
 This package includes the main runtime library.

Package: libverto-libev1t64
Provides: ${t64:Provides}
Replaces: libverto-libev1
Breaks: libverto-libev1 (<< ${source:Version})
Section: libs
Architecture: any
PRe-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Event loop abstraction for Libraries - libev
 Libverto exists to isolate libraries from the particular event loop
 chosen by an application. Libverto provides an asynchronous
 programming interface independent of any particular event loop and
 allows applications to attach this interface to whatever event loop
 they select.
 .
 This package includes support for the libev event loop.

Package: libverto-glib1t64
Provides: ${t64:Provides}
Replaces: libverto-glib1
Breaks: libverto-glib1 (<< ${source:Version})
Section: libs
Architecture: any
PRe-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
Description: Event loop abstraction for Libraries - glib
 Libverto exists to isolate libraries from the particular event loop
 chosen by an application. Libverto provides an asynchronous
 programming interface independent of any particular event loop and
 allows applications to attach this interface to whatever event loop
 they select.
 This package includes support for the glib event loop.