mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 15:29:01 +08:00
15 lines
486 B
JSON
15 lines
486 B
JSON
|
{
|
||
|
"name": "libjuice",
|
||
|
"version": "0.7.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",
|
||
|
"features": {
|
||
|
"nettle": {
|
||
|
"description": "Use nettle for HMAC computation instead of the Builtin",
|
||
|
"dependencies": [
|
||
|
"nettle"
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|