aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/try-catcher/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/try-catcher/vcpkg.json')
-rw-r--r--vcpkg/ports/try-catcher/vcpkg.json7
1 files changed, 7 insertions, 0 deletions
diff --git a/vcpkg/ports/try-catcher/vcpkg.json b/vcpkg/ports/try-catcher/vcpkg.json
new file mode 100644
index 0000000..1b8895f
--- /dev/null
+++ b/vcpkg/ports/try-catcher/vcpkg.json
@@ -0,0 +1,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"
+}