mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 17:19:01 +08:00
7e21788934
* [libjuice] Update to 0.9.1 * Small changes * [libdatachannel] Update the usage of libjuice
25 lines
639 B
JSON
25 lines
639 B
JSON
{
|
|
"name": "libjuice",
|
|
"version": "0.9.1",
|
|
"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",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"nettle": {
|
|
"description": "Use nettle for HMAC computation instead of the Builtin",
|
|
"dependencies": [
|
|
"nettle"
|
|
]
|
|
}
|
|
}
|
|
}
|