zeek/auxil/vcpkg/ports/aricpp/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}