mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
61cf4bf417
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com> Co-authored-by: Cheney-Wang <850426846@qq.com>
19 lines
371 B
JSON
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
|
|
}
|
|
]
|
|
}
|