vcpkg/ports/usrsctp/vcpkg.json

19 lines
394 B
JSON

{
"name": "usrsctp",
"version": "0.9.5.0",
"port-version": 3,
"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
}
]
}