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
|
Source: event-dance
Section: libs
Priority: optional
Maintainer: Alberto Garcia <berto@igalia.com>
Build-Depends: debhelper (>= 9),
libglib2.0-dev (>= 2.28.0),
libgnutls28-dev,
libgcrypt20-dev,
libsoup2.4-dev (>= 2.28.0),
uuid-dev (>= 2.16.0),
libjson-glib-dev (>= 0.14.0),
gobject-introspection (>= 1.41.4),
dh-autoreconf,
gtk-doc-tools,
libgirepository1.0-dev
Standards-Version: 4.1.3
Homepage: https://github.com/elima/EventDance
Package: libevd-0.2-0
Architecture: linux-any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends},
${misc:Depends}
Description: Peer-to-peer inter-process communication library - Shared libraries
EventDance is an open source library for interconnecting
heterogeneous applications in a simple, secure and scalable
fashion. It provides a nice API to send and receive data among
distributed applications over different types of transports. This and
other features like cryptography, make EventDance a perfect choice
for peer-to-peer application development.
.
This package contains the shared libraries.
Package: libevd-0.2-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: libevd-0.2-0 (= ${binary:Version}),
gir1.2-evd-0.2 (= ${binary:Version}),
libglib2.0-dev (>= 2.28.0),
libgnutls28-dev,
libsoup2.4-dev (>= 2.28.0),
libjson-glib-dev (>= 0.14.0),
${misc:Depends}
Recommends: pkg-config
Description: Peer-to-peer inter-process communication library - Development files
EventDance is an open source library for interconnecting
heterogeneous applications in a simple, secure and scalable
fashion. It provides a nice API to send and receive data among
distributed applications over different types of transports. This and
other features like cryptography, make EventDance a perfect choice
for peer-to-peer application
.
This package contains the development files.
Package: gir1.2-evd-0.2
Section: introspection
Architecture: linux-any
Multi-Arch: same
Depends: ${gir:Depends},
${shlibs:Depends},
${misc:Depends}
Description: Peer-to-peer inter-process communication library - GObject introspection data
EventDance is an open source library for interconnecting
heterogeneous applications in a simple, secure and scalable
fashion. It provides a nice API to send and receive data among
distributed applications over different types of transports. This and
other features like cryptography, make EventDance a perfect choice
for peer-to-peer application development.
.
This package contains the GObject introspection data. It can be used
by packages using the GIRepository format to generate dynamic
bindings.
|