Files
vcpkg/ports/nonstd-scope-lite/vcpkg.json
2025-10-15 18:40:08 -07:00

18 lines
470 B
JSON

{
"name": "nonstd-scope-lite",
"version": "0.3.0",
"description": "C++ standard libraries extensions (version 3) scope_exit, scope_fail, scope_success, unique_resource for C++98 and later in a single-file header-only library",
"homepage": "https://github.com/nonstd-lite/scope-lite",
"license": "BSL-1.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}