19 lines
371 B
JSON
19 lines
371 B
JSON
|
{
|
||
|
"name": "cli",
|
||
|
"version": "2.0.1",
|
||
|
"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
|
||
|
}
|
||
|
]
|
||
|
}
|