mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:51:47 +08:00
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
|
||
|
}
|
||
|
]
|
||
|
}
|