mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:41:38 +08:00
7e9a45fb48
* Add rmqcpp port * Add rmqcpp versions metadata * Update REF to latest * Update git-tree
37 lines
577 B
JSON
37 lines
577 B
JSON
{
|
|
"name": "rmqcpp",
|
|
"version": "1.0.0",
|
|
"description": "rmqcpp - A C++ library for RabbitMQ.",
|
|
"dependencies": [
|
|
{
|
|
"name": "bde",
|
|
"host": true,
|
|
"version>=": "3.123.0.0"
|
|
},
|
|
{
|
|
"name": "boost-asio",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "boost-iostreams",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "gtest",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|