mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 19:09:00 +08:00
ee71be7ea7
* [arg-router] Bump to 1.1.1 Bug fixes: * Critical issue that prevents non-CMake builds from being built Improvements: * Removed the git patch version segment and therefore the requirement on git to build. This allows for building from source without a working copy * Changes fro PR comments * Removed unused files * Added vcpkg_cmake_config_fixup * Restricted to release 'build' * Used version var for source tag
23 lines
501 B
JSON
23 lines
501 B
JSON
{
|
|
"name": "arg-router",
|
|
"version": "1.1.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
|
|
}
|
|
]
|
|
}
|