Files
vcpkg/ports/aricpp/vcpkg.json
Daniele Pallastrelli 77115a2488 [aricpp] update to 1.2.1 (#43502)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Cheney-Wang <850426846@qq.com>
2025-01-30 14:20:31 -08:00

21 lines
406 B
JSON

{
"name": "aricpp",
"version-semver": "1.2.1",
"description": "Asterisk ARI interface bindings for modern C++",
"homepage": "https://github.com/daniele77/aricpp",
"license": "BSL-1.0",
"dependencies": [
"boost-asio",
"boost-beast",
"boost-system",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}