]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/libdatachannel/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / libdatachannel / vcpkg.json
CommitLineData
1e59de90
TL
1{
2 "name": "libdatachannel",
3 "version-semver": "0.12.2",
4 "description": "libdatachannel is a standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings for POSIX platforms (including GNU/Linux, Android, and Apple macOS) and Microsoft Windows.",
5 "homepage": "https://github.com/paullouisageneau/libdatachannel",
6 "dependencies": [
7 "libjuice",
8 "openssl",
9 "plog",
10 "usrsctp"
11 ],
12 "default-features": [
13 "ws"
14 ],
15 "features": {
16 "srtp": {
17 "description": "Use Cisco's libSRTP for media transport.",
18 "dependencies": [
19 "libsrtp"
20 ]
21 },
22 "stdcall": {
23 "description": "Use stdcall convention in callbacks"
24 },
25 "ws": {
26 "description": "Web Socket support"
27 }
28 }
29}