vcpkg/ports/try-catcher/vcpkg.json

8 lines
328 B
JSON
Raw Normal View History

2024-02-29 09:16:45 +08:00
{
"name": "try-catcher",
"version": "1.0.1",
"description": "C++ header uses RAII to try each step of a sequence of operations, catch all exceptions that may occur, and throw a single, composite message when TryCatcher goes out of scope.",
"homepage": "https://github.com/daleabarnard/try-catcher",
"license": "MIT"
}