aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libjuice/vcpkg.json
blob: b9efc31a93ec8aead03293d3aa95045b869c95d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "name": "libjuice",
  "version": "1.6.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",
  "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"
      ]
    }
  }
}