mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 03:59:07 +08:00
f436353b4f
* [usrsctp] add license * Update version database
15 lines
326 B
JSON
15 lines
326 B
JSON
{
|
|
"name": "usrsctp",
|
|
"version": "0.9.5.0",
|
|
"port-version": 2,
|
|
"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
|
|
}
|
|
]
|
|
}
|