aboutsummaryrefslogtreecommitdiff
path: root/ports/stx/vcpkg.json
blob: 536f557519781e911d4e739adf30887685aba84b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "stx",
  "version-string": "1.0.1",
  "port-version": 1,
  "description": "C++17 & C++ 20 error-handling and utility extensions",
  "homepage": "https://github.com/lamarrr/STX",
  "features": {
    "backtrace": {
      "description": "stacktrace support for STX",
      "dependencies": [
        "abseil"
      ]
    }
  }
}