pineapple/externals/vcpkg/ports/bfgroup-lyra/vcpkg.json

18 lines
366 B
JSON
Raw Normal View History

2022-07-23 03:01:36 +02:00
{
"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
}
]
}