vcpkg/ports/arg-router/vcpkg.json
Cam Mannett a67ba7075c
[arg-router] Add new port (#29219)
* [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>
2023-02-03 14:47:16 -08:00

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"
]
}