aboutsummaryrefslogtreecommitdiff
path: root/ports/cppkafka/CONTROL
diff options
context:
space:
mode:
authorzi-m <zi.m.github.com@gmail.com>2019-09-07 23:08:23 +0200
committerzi-m <zi.m.github.com@gmail.com>2019-09-07 23:08:23 +0200
commit108faffff4c995bc36c08695f72c14ae0f21163c (patch)
tree88a01a6076f142e4ad1b6002f4c7dc3730aa50ca /ports/cppkafka/CONTROL
parent7fd21c5d827c2d77b21270646c2fe53704245747 (diff)
parent4cffadc18891aa6cc5a512cf500ad468c54cd3d0 (diff)
downloadvcpkg-108faffff4c995bc36c08695f72c14ae0f21163c.tar.gz
vcpkg-108faffff4c995bc36c08695f72c14ae0f21163c.zip
Merge remote-tracking branch 'upstream/master' into wxchartdir
Diffstat (limited to 'ports/cppkafka/CONTROL')
-rw-r--r--ports/cppkafka/CONTROL5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/cppkafka/CONTROL b/ports/cppkafka/CONTROL
new file mode 100644
index 000000000..f3a34e1fa
--- /dev/null
+++ b/ports/cppkafka/CONTROL
@@ -0,0 +1,5 @@
+Source: cppkafka
+Version: 0.3.1
+Homepage: https://github.com/mfontanini/cppkafka
+Description: cppkafka allows C++ applications to consume and produce messages using the Apache Kafka protocol. The library is built on top of librdkafka, and provides a high level API that uses modern C++ features to make it easier to write code while keeping the wrapper's performance overhead to a minimum.
+Build-Depends: boost-program-options, librdkafka \ No newline at end of file