21 lines
406 B
JSON
Executable File
21 lines
406 B
JSON
Executable File
{
|
|
"name": "aricpp",
|
|
"version-semver": "1.1.2",
|
|
"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
|
|
}
|
|
]
|
|
}
|