2021-09-08 22:55:21 +08:00
|
|
|
{
|
|
|
|
"name": "cli11",
|
2024-05-22 12:30:50 +02:00
|
|
|
"version": "2.4.2",
|
2024-08-19 18:49:42 +02: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 02:22:49 +02:00
|
|
|
"license": "BSD-3-Clause",
|
2024-02-07 20:39:54 +00:00
|
|
|
"supports": "!uwp",
|
2021-09-08 22:55:21 +08:00
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|