vcpkg/ports/stx/vcpkg.json
2024-03-28 12:52:18 -07:00

24 lines
503 B
JSON

{
"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"
}
}
}