vcpkg/ports/bfgroup-lyra/vcpkg.json
chausner 5aec3057a1
[bfgroup-lyra] Update to 1.5.1 (#21402)
* Update bfgroup-lyra to 1.5.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-11-15 14:19:05 -08:00

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