aboutsummaryrefslogtreecommitdiff
path: root/ports/librdkafka/CONTROL
diff options
context:
space:
mode:
Diffstat (limited to 'ports/librdkafka/CONTROL')
-rw-r--r--ports/librdkafka/CONTROL23
1 files changed, 23 insertions, 0 deletions
diff --git a/ports/librdkafka/CONTROL b/ports/librdkafka/CONTROL
new file mode 100644
index 000000000..f88fa9bb3
--- /dev/null
+++ b/ports/librdkafka/CONTROL
@@ -0,0 +1,23 @@
+Source: librdkafka
+Version: 1.2.0-2
+Description: The Apache Kafka C/C++ library
+Homepage: https://github.com/edenhill/librdkafka
+
+Feature: lz4
+Description: Enable external LZ4 library support
+Build-Depends: lz4
+
+Feature: ssl
+Description: Build with OpenSSL
+Build-Depends: openssl
+
+Feature: zlib
+Description: Build with zlib
+Build-Depends: zlib
+
+Feature: zstd
+Description: Build with zstd
+Build-Depends: zstd
+
+Feature: snappy
+Description: Build with snappy