vcpkg/ports/arg-router/vcpkg.json
Cam Mannett f3bc121a2a
[arg-router] Update to v1.2.2 (#30024)
* [arg-router] Update to v1.2.2

Bug fixes
* Issue 284, specify Boost as a dependency in the config file
* Issue 274, CMake package should detect Boost headers itself

Improvements
* CMake package exported target should be namespaced (Issue 275)
* Improve CMake package config files installation (Issue 276)

* Reverted unrelated baseline change
2023-03-06 11:53:33 -08:00

23 lines
501 B
JSON

{
"name": "arg-router",
"version": "1.2.2",
"description": "C++ command line argument parsing and routing.",
"homepage": "https://github.com/cmannett85/arg_router",
"documentation": "https://cmannett85.github.io/arg_router/",
"license": "BSL-1.0",
"dependencies": [
"boost-lexical-cast",
"boost-mp11",
"boost-preprocessor",
"span-lite",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}