mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 15:39:13 +08:00
20 lines
382 B
JSON
20 lines
382 B
JSON
|
{
|
||
|
"name": "aricpp",
|
||
|
"version-semver": "1.1.1",
|
||
|
"description": "Asterisk ARI interface bindings for modern C++",
|
||
|
"homepage": "https://github.com/daniele77/aricpp",
|
||
|
"dependencies": [
|
||
|
"boost-asio",
|
||
|
"boost-beast",
|
||
|
"boost-system",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|