aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/qpid-proton/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/qpid-proton/vcpkg.json')
-rw-r--r--vcpkg/ports/qpid-proton/vcpkg.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/vcpkg/ports/qpid-proton/vcpkg.json b/vcpkg/ports/qpid-proton/vcpkg.json
new file mode 100644
index 0000000..9a22164
--- /dev/null
+++ b/vcpkg/ports/qpid-proton/vcpkg.json
@@ -0,0 +1,27 @@
+{
+ "name": "qpid-proton",
+ "version": "0.40.0",
+ "description": "Qpid Proton is a high-performance, lightweight messaging library.",
+ "homepage": "https://github.com/apache/qpid-proton",
+ "license": "Apache-2.0",
+ "supports": "!(static & staticcrt) & !uwp",
+ "dependencies": [
+ "jsoncpp",
+ {
+ "name": "libuv",
+ "platform": "osx"
+ },
+ {
+ "name": "openssl",
+ "platform": "!windows"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}