vcpkg/ports/modern-cpp-kafka/vcpkg.json
Weihang Ding 4345d72752
[modern-cpp-kafka] New port (#32903)
* [modern-cpp-kafka] New port

* update version database

* fix dependencies

* update version database

* change header install path

* update version database
2023-08-03 10:23:07 -07:00

21 lines
468 B
JSON

{
"name": "modern-cpp-kafka",
"version-string": "2023.03.07",
"description": "A C++ API for Kafka clients (i.e. KafkaProducer, KafkaConsumer, AdminClient)",
"homepage": "https://github.com/morganstanley/modern-cpp-kafka",
"license": "Apache-2.0",
"dependencies": [
"boost-optional",
"librdkafka",
"rapidjson",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}