]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/paho-mqttpp3/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / paho-mqttpp3 / vcpkg.json
1 {
2 "name": "paho-mqttpp3",
3 "version": "1.2.0",
4 "description": "Paho project provides open-source C++ wrapper for Paho C library",
5 "homepage": "https://github.com/eclipse/paho.mqtt.cpp",
6 "dependencies": [
7 "paho-mqtt"
8 ],
9 "default-features": [
10 "ssl"
11 ],
12 "features": {
13 "ssl": {
14 "description": "Build with SSL support",
15 "dependencies": [
16 "openssl"
17 ]
18 }
19 }
20 }