mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 07:29:04 +08:00
18 lines
354 B
JSON
18 lines
354 B
JSON
|
{
|
||
|
"name": "cli",
|
||
|
"version-semver": "2.0.0",
|
||
|
"description": "A library for interactive command line interfaces in modern C++",
|
||
|
"homepage": "https://github.com/daniele77/cli",
|
||
|
"dependencies": [
|
||
|
"boost-asio",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|