aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/status-code/vcpkg.json
blob: 3b03f26ddb268d8d23eb9ff33745ca5416c449d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "status-code",
  "version-date": "2025-05-21",
  "maintainers": [
    "Niall Douglas <s_github@nedprod.com>",
    "Henrik Gaßmann <henrik@gassmann.onl>"
  ],
  "description": "Proposed SG14 status_code for the C++ standard (https://wg21.link/P1028).",
  "homepage": "https://github.com/ned14/status-code",
  "license": "Apache-2.0 OR BSL-1.0",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}