mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:38:59 +08:00
19 lines
394 B
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
|
|
}
|
|
]
|
|
}
|