mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 16:39:00 +08:00
3f2dfb8d76
* [vcpkg baseline][qpid-proton] Fix dependencies * version * Re-fix jsoncpp * version * typo * version * okay fix for reals Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
28 lines
535 B
JSON
28 lines
535 B
JSON
{
|
|
"name": "qpid-proton",
|
|
"version": "0.37.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|