Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
395 B
JSON

{
"name": "libenvpp",
"version": "1.5.1",
"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
}
]
}