2021-09-08 22:55:21 +08:00
|
|
|
{
|
|
|
|
"name": "cli11",
|
2024-05-22 18:30:50 +08:00
|
|
|
"version": "2.4.2",
|
2024-08-20 00:49:42 +08:00
|
|
|
"port-version": 1,
|
2021-09-08 22:55:21 +08:00
|
|
|
"description": "CLI11 is a command line parser for C++11 and beyond that provides a rich feature set with a simple and intuitive interface.",
|
|
|
|
"homepage": "https://github.com/CLIUtils/CLI11",
|
2022-04-26 08:22:49 +08:00
|
|
|
"license": "BSD-3-Clause",
|
2024-02-08 04:39:54 +08:00
|
|
|
"supports": "!uwp",
|
2021-09-08 22:55:21 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|