aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/usrsctp/vcpkg.json
blob: a3bf7e8324eb57daa7d18c89f951a32f80d06b6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "usrsctp",
  "version": "0.9.5.0",
  "port-version": 4,
  "description": "A userland SCTP stack supporting FreeBSD, Linux, Mac OS X and Windows.",
  "homepage": "https://github.com/sctplab/usrsctp",
  "license": "BSD-3-Clause",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}