mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 19:19:00 +08:00
27 lines
514 B
JSON
27 lines
514 B
JSON
{
|
|
"name": "qpid-proton",
|
|
"version": "0.38.0",
|
|
"description": "Qpid Proton is a high-performance, lightweight messaging library.",
|
|
"homepage": "https://github.com/apache/qpid-proton",
|
|
"license": "Apache-2.0",
|
|
"dependencies": [
|
|
"jsoncpp",
|
|
{
|
|
"name": "libuv",
|
|
"platform": "osx"
|
|
},
|
|
{
|
|
"name": "openssl",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|