mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 19:29:00 +08:00
22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"name": "baresip-libre",
|
|
"version": "3.2.0",
|
|
"port-version": 2,
|
|
"description": "Generic library for real-time communications with async IO support",
|
|
"homepage": "https://github.com/baresip/re",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|