vcpkg/ports/cli/vcpkg.json
Daniele Pallastrelli 61cf4bf417
[cli]update to 2.2.0 (#41836)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
Co-authored-by: Cheney-Wang <850426846@qq.com>
2024-11-11 00:12:56 -08:00

19 lines
371 B
JSON

{
"name": "cli",
"version": "2.2.0",
"description": "A library for interactive command line interfaces in modern C++",
"homepage": "https://github.com/daniele77/cli",
"license": "BSL-1.0",
"dependencies": [
"boost-asio",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}