mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:59:07 +08:00
24 lines
522 B
JSON
24 lines
522 B
JSON
{
|
|
"name": "arg-router",
|
|
"version": "1.4.0",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|