diff options
Diffstat (limited to 'vcpkg/ports/safeint/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/safeint/vcpkg.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/ports/safeint/vcpkg.json b/vcpkg/ports/safeint/vcpkg.json new file mode 100644 index 0000000..8471401 --- /dev/null +++ b/vcpkg/ports/safeint/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "safeint", + "version": "3.0.28", + "description": "SafeInt is a class library for C++ that manages integer overflows", + "homepage": "https://github.com/dcleblanc/SafeInt" +} |