vcpkg/ports/cli/vcpkg.json
2022-04-25 15:40:38 -07:00

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
}
]
}