2020-11-24 02:50:37 +08:00
{
"name" : "libdatachannel" ,
2024-08-09 12:50:28 +08:00
"version-semver" : "0.21.2" ,
2024-08-22 17:54:39 +08:00
"port-version" : 1 ,
2020-11-24 02:50:37 +08:00
"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" ,
2023-02-10 02:46:01 +08:00
"license" : "MPL-2.0" ,
2023-06-16 05:49:00 +08:00
"supports" : "!xbox" ,
2020-11-24 02:50:37 +08:00
"dependencies" : [
"libjuice" ,
2023-12-05 09:20:43 +08:00
"nlohmann-json" ,
2020-11-24 02:50:37 +08:00
"openssl" ,
"plog" ,
2021-09-17 23:22:11 +08:00
"usrsctp" ,
{
"name" : "vcpkg-cmake" ,
"host" : true
} ,
{
"name" : "vcpkg-cmake-config" ,
"host" : true
}
2020-11-24 02:50:37 +08:00
] ,
"default-features" : [
"ws"
] ,
"features" : {
"srtp" : {
"description" : "Use Cisco's libSRTP for media transport." ,
"dependencies" : [
"libsrtp"
]
} ,
2021-04-10 01:01:14 +08:00
"stdcall" : {
"description" : "Use stdcall convention in callbacks"
} ,
2020-11-24 02:50:37 +08:00
"ws" : {
"description" : "Web Socket support"
}
}
}