vcpkg/ports/arg-router/vcpkg.json
2024-07-15 23:18:52 -07:00

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