mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 10:05:19 +08:00
19 lines
393 B
JSON
19 lines
393 B
JSON
|
{
|
||
|
"name": "qpid-proton",
|
||
|
"version-string": "0.32.0",
|
||
|
"port-version": 1,
|
||
|
"description": "Qpid Proton is a high-performance, lightweight messaging library.",
|
||
|
"homepage": "https://github.com/apache/qpid-proton",
|
||
|
"dependencies": [
|
||
|
"jsoncpp",
|
||
|
{
|
||
|
"name": "libuv",
|
||
|
"platform": "osx"
|
||
|
},
|
||
|
{
|
||
|
"name": "openssl",
|
||
|
"platform": "!windows & !uwp"
|
||
|
}
|
||
|
]
|
||
|
}
|