mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
24 lines
503 B
JSON
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"
|
|
}
|
|
}
|
|
}
|