aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libenvpp/vcpkg.json
blob: e143598b009eb83f7dd1eabd6915784a55fd13b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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
    }
  ]
}