aboutsummaryrefslogtreecommitdiff
path: root/ports/libjuice/vcpkg.json
blob: 6ba94b4cc7a5b9464751272e83c0e0c497c11034 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "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"
      ]
    }
  }
}