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 77 78 79
|
Source: event-dance
Section: libs
Priority: optional
Maintainer: Alberto Garcia <berto@igalia.com>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libglib2.0-dev,
libgnutls28-dev,
libsoup2.4-dev,
uuid-dev,
libjson-glib-dev,
gobject-introspection,
gtk-doc-tools,
libgirepository1.0-dev
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/elima/EventDance
Vcs-Browser: https://salsa.debian.org/berto/eventdance
Vcs-Git: https://salsa.debian.org/berto/eventdance.git
Package: libevd-0.2-0t64
Provides: ${t64:Provides}
Replaces: libevd-0.2-0
Breaks: libevd-0.2-0 (<< ${source:Version})
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
Provides: gir1.2-evd-0.2-dev (= ${binary:Version})
Depends: libevd-0.2-0t64 (= ${binary:Version}),
gir1.2-evd-0.2 (= ${binary:Version}),
libglib2.0-dev,
libgnutls28-dev,
libsoup2.4-dev,
libjson-glib-dev,
${misc:Depends}
Recommends: pkgconf
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.
|