27 lines
490 B
JSON
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
|
|
}
|
|
]
|
|
}
|