Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

28 lines
535 B
JSON

{
"name": "qpid-proton",
"version": "0.38.0",
"port-version": 2,
"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
}
]
}