vcpkg/ports/usrsctp/vcpkg.json
Aleksei Shpakovskii f436353b4f
[usrsctp] add license (#35087)
* [usrsctp] add license

* Update version database
2023-11-14 12:24:27 -08:00

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
}
]
}