vcpkg/ports/libenvpp/vcpkg.json

20 lines
396 B
JSON
Raw Normal View History

2023-01-05 03:57:09 +08:00
{
"name": "libenvpp",
"version": "1.4.0",
2023-01-05 03:57:09 +08:00
"description": "A modern C++ library for type-safe environment variable parsing ",
"homepage": "https://github.com/ph3at/libenvpp",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"fmt",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}