zeek/auxil/vcpkg/ports/cli/vcpkg.json
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04: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
}
]
}