mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:49:06 +08:00
5aec3057a1
* Update bfgroup-lyra to 1.5.1 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
17 lines
344 B
JSON
17 lines
344 B
JSON
{
|
|
"name": "bfgroup-lyra",
|
|
"version": "1.5.1",
|
|
"description": "A simple to use, composable, command line parser for C++ 11 and beyond",
|
|
"homepage": "https://bfgroup.github.io/Lyra/",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|