aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/try-catcher/vcpkg.json
blob: 1b8895fcfb7490d0738b613df83a3f3b83cc9801 (plain)
1
2
3
4
5
6
7
{
  "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"
}