diff options
Diffstat (limited to '')
-rw-r--r-- | fluent-bit/lib/librdkafka-2.1.0/debian/control | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/fluent-bit/lib/librdkafka-2.1.0/debian/control b/fluent-bit/lib/librdkafka-2.1.0/debian/control new file mode 100644 index 00000000..bddaf472 --- /dev/null +++ b/fluent-bit/lib/librdkafka-2.1.0/debian/control @@ -0,0 +1,71 @@ +Source: librdkafka +Priority: optional +Maintainer: Faidon Liambotis <paravoid@debian.org> +Uploaders: Christos Trochalakis <ctrochalakis@debian.org> +Build-Depends: debhelper (>= 9), zlib1g-dev, libssl-dev, libsasl2-dev, liblz4-dev, python3 +Standards-Version: 3.9.7 +Section: libs +Homepage: https://github.com/edenhill/librdkafka +Vcs-Git: https://anonscm.debian.org/cgit/pkg-kafka/librdkafka.git -b debian +Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kafka/librdkafka.git + +Package: librdkafka1 +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library implementing the Apache Kafka protocol + librdkafka is a C library implementation of the Apache Kafka protocol, + containing both Producer and Consumer support. It was designed with message + delivery reliability and high performance in mind, current figures exceed + 800000 msgs/second for the producer and 3 million msgs/second for the + consumer. Supports broker version 0.8 and later. + . + More information about Apache Kafka can be found at http://kafka.apache.org/ + . + This package contains the C shared library. + +Package: librdkafka++1 +Architecture: any +Multi-Arch: same +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: library implementing the Apache Kafka protocol (C++ bindings) + librdkafka is a C library implementation of the Apache Kafka protocol, + containing both Producer and Consumer support. It was designed with message + delivery reliability and high performance in mind, current figures exceed + 800000 msgs/second for the producer and 3 million msgs/second for the + consumer. Supports broker version 0.8 and later. + . + More information about Apache Kafka can be found at http://kafka.apache.org/ + . + This package contains the C++ shared library. + +Package: librdkafka-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: librdkafka1 (= ${binary:Version}), librdkafka++1 (= ${binary:Version}), ${misc:Depends} +Description: library implementing the Apache Kafka protocol (development headers) + librdkafka is a C library implementation of the Apache Kafka protocol, + containing both Producer and Consumer support. It was designed with message + delivery reliability and high performance in mind, current figures exceed + 800000 msgs/second for the producer and 3 million msgs/second for the + consumer. Supports broker version 0.8 and later. + . + More information about Apache Kafka can be found at http://kafka.apache.org/ + . + This package contains the development headers. + +Package: librdkafka1-dbg +Section: debug +Priority: extra +Architecture: any +Multi-Arch: same +Depends: librdkafka1 (= ${binary:Version}), ${misc:Depends} +Description: library implementing the Apache Kafka protocol (debugging symbols) + librdkafka is a C implementation of the Apache Kafka protocol. It currently + implements the 0.8 version of the protocol and can be used to develop both + Producers and Consumers. + . + More information about Apache Kafka can be found at http://kafka.apache.org/ + . + This package contains the debugging symbols. |