mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-01 15:09:08 +08:00
04345f9fea
* feat(libjuice): update to 1.0.4 * feat(libjuice): update to 1.0.4 port * feat(libjuice): update to 1.0.4 port 2 * feat(libjuice): update to 1.0.4 port 3 * feat(libjuice): update to 1.0.4 port 4 * feat(libjuice): update to 1.0.4 port 5
26 lines
669 B
JSON
26 lines
669 B
JSON
{
|
|
"name": "libjuice",
|
|
"version": "1.0.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",
|
|
"license": "LGPL-2.1-only",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|