mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:29:01 +08:00
0051a1879c
* Update aricpp to 1.1.2 * Update CI baseline * Mark as header-only, remove vcpkg_copy_pdbs * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
21 lines
406 B
JSON
21 lines
406 B
JSON
{
|
|
"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
|
|
}
|
|
]
|
|
}
|