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
|
Source: amqp-cpp
Section: libs
Priority: optional
Maintainer: Marc Leeman <marc.leeman@gmail.com>
Uploaders: Alex Myczko <tar@debian.org>
Build-Depends: debhelper-compat (= 13),
libssl-dev,
cmake,
Standards-Version: 4.7.2
Vcs-Git: https://salsa.debian.org/televic-team/amqp-cpp.git
Vcs-Browser: https://salsa.debian.org/televic-team/amqp-cpp
Package: libamqpcpp4.3
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Description: CPP RabbitMQ communication library
This is a C++ library for communicating with a RabbitMQ message
broker. The library can be used to parse incoming data from a RabbitMQ
server, and to generate frames that can be sent to a RabbitMQ server.
Package: libamqpcpp-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends},
libssl-dev,
libamqpcpp4.3 (= ${binary:Version}),
Description: CPP RabbitMQ communication library development files
This is a C++ library for communicating with a RabbitMQ message
broker. The library can be used to parse incoming data from a RabbitMQ
server, and to generate frames that can be sent to a RabbitMQ server.
.
This package contains the header files and development files.
|