blob: 0f6fd9706d9260e7a962f2170f69810b709559a8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "stx",
"version": "1.0.5",
"description": "STX is a collection of libraries and utilities designed to make working with C++ easier and less error-prone.",
"homepage": "https://github.com/lamarrr/STX",
"license": "MIT",
"dependencies": [
"abseil",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"backtrace": {
"description": "stacktrace support for STX"
}
}
}
|