mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:39:00 +08:00
20 lines
396 B
JSON
20 lines
396 B
JSON
{
|
|
"name": "libenvpp",
|
|
"version": "1.0.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|