mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
f2e53addee
* Update libjuice and libdatachannel * Update libjuice * Update baseline * Update libdatachannel to 0.14.1 Fixes *-uwp. * Update baseline. * Fix nettle discovery * Fix usrsctp library path. * Fix libdatachannel not being built SHARED. * Update baseline. Co-authored-by: Nemirtingas <nanaki89@hotmail.fr>
15 lines
486 B
JSON
15 lines
486 B
JSON
{
|
|
"name": "libjuice",
|
|
"version": "0.8.4",
|
|
"description": "The library is a simplified implementation of the Interactive Connectivity Establishment (ICE) protocol in C for POSIX platforms (including Linux and Apple macOS) and Microsoft Windows.",
|
|
"homepage": "https://github.com/paullouisageneau/libjuice",
|
|
"features": {
|
|
"nettle": {
|
|
"description": "Use nettle for HMAC computation instead of the Builtin",
|
|
"dependencies": [
|
|
"nettle"
|
|
]
|
|
}
|
|
}
|
|
}
|