zeek/auxil/vcpkg/ports/rmqcpp/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

27 lines
490 B
JSON

{
"name": "rmqcpp",
"version": "1.0.0",
"port-version": 2,
"description": "rmqcpp - A C++ library for RabbitMQ.",
"homepage": "https://github.com/bloomberg/rmqcpp",
"license": "Apache-2.0",
"dependencies": [
{
"name": "bde",
"version>=": "3.123.0.0"
},
"boost-asio",
"boost-iostreams",
"gtest",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}