aboutsummaryrefslogtreecommitdiff
path: root/ports/libdatachannel/vcpkg.json
blob: cffe9b8a24d3ad9aa3a0aac2780f0e8b1b8f2939 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "libdatachannel",
  "version-semver": "0.15.1",
  "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.",
  "homepage": "https://github.com/paullouisageneau/libdatachannel",
  "dependencies": [
    "libjuice",
    "openssl",
    "plog",
    "usrsctp",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "ws"
  ],
  "features": {
    "srtp": {
      "description": "Use Cisco's libSRTP for media transport.",
      "dependencies": [
        "libsrtp"
      ]
    },
    "stdcall": {
      "description": "Use stdcall convention in callbacks"
    },
    "ws": {
      "description": "Web Socket support"
    }
  }
}