mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 04:29:00 +08:00
563b5ce493
* Update bfgroup-lyra to 1.6 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
18 lines
366 B
JSON
18 lines
366 B
JSON
{
|
|
"name": "bfgroup-lyra",
|
|
"version": "1.6",
|
|
"description": "A simple to use, composable, command line parser for C++ 11 and beyond",
|
|
"homepage": "https://bfgroup.github.io/Lyra/",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|