File: control

package info (click to toggle)
libverto 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 600 kB
  • sloc: sh: 2,904; ansic: 2,349; makefile: 98
file content (67 lines) | stat: -rw-r--r-- 2,643 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
Source: libverto
Priority: optional
Maintainer: Sam Hartman <hartmans@debian.org>
Build-Depends: 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}, libverto1 (= ${binary:Version}), libverto-glib1 (= ${binary:Version}), libverto-libev1 (= ${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: libverto1
Section: libs
Architecture: any
PRe-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}, libverto-libev1|libverto-glib1
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-libev1
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-glib1
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.