mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-01 21:58:55 +08:00
6b6f5a82de
* Fix microsoft/vcpkg#23580 * Add version
27 lines
515 B
JSON
27 lines
515 B
JSON
{
|
|
"name": "qpid-proton",
|
|
"version": "0.32.0",
|
|
"port-version": 3,
|
|
"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"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|