aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/baresip-libre/vcpkg.json
blob: 46611c45cd5d7b43dbdb2dd36b193e9d622820f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "baresip-libre",
  "version": "3.23.0",
  "description": "Generic library for real-time communications with async IO support",
  "homepage": "https://github.com/baresip/re",
  "license": "BSD-3-Clause",
  "supports": "!uwp",
  "dependencies": [
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    },
    "zlib"
  ]
}