aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/status-value-lite/vcpkg.json
blob: 2ab1839aab76d2fcc83c767c76d4ab4516a0856f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "status-value-lite",
  "version": "1.1.0",
  "port-version": 3,
  "description": "status_value is a single-file header-only library for objects that represent a status and an optional value. It is intended for use with C++11 and later.",
  "homepage": "https://github.com/martinmoene/status-value-lite",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "test": {
      "description": "Build with test"
    }
  }
}