aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rtmfp-cpp/vcpkg.json
blob: 6a35f6f1887f59429058d9a2bec56effb81cedf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "rtmfp-cpp",
  "version": "1.5.1",
  "port-version": 1,
  "description": "Secure Real-Time Media Flow Protocol Library (RTMFP)",
  "homepage": "https://github.com/zenomt/rtmfp-cpp",
  "license": "MIT",
  "dependencies": [
    "openssl",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}