mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 06:19:01 +08:00
a67ba7075c
* [arg-router] Add new port https://github.com/cmannett85/arg_router * [arg-router] Use VERSION CMake var * [arg_router] Do not copy README and LICENSE to share dir * Add quotes. --------- Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
15 lines
372 B
JSON
15 lines
372 B
JSON
{
|
|
"name": "arg-router",
|
|
"version": "1.1.0",
|
|
"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"
|
|
]
|
|
}
|