aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/expected-lite/vcpkg.json
blob: 61c27942166607d48a39100534680e7db8df4ddd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "expected-lite",
  "version": "0.9.0",
  "description": "Expected objects in C++11 and later in a single-file header-only library",
  "homepage": "https://github.com/martinmoene/expected-lite",
  "license": "BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}