aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aricpp/vcpkg.json
blob: 775794e229c99eced8496ce6860ac8ea2bed57a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "aricpp",
  "version-semver": "1.2.1",
  "description": "Asterisk ARI interface bindings for modern C++",
  "homepage": "https://github.com/daniele77/aricpp",
  "license": "BSL-1.0",
  "dependencies": [
    "boost-asio",
    "boost-beast",
    "boost-system",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}