diff options
Diffstat (limited to 'vcpkg/ports/aws-checksums/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/aws-checksums/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/aws-checksums/vcpkg.json b/vcpkg/ports/aws-checksums/vcpkg.json new file mode 100644 index 0000000..3ad94b4 --- /dev/null +++ b/vcpkg/ports/aws-checksums/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "aws-checksums", + "version": "0.2.7", + "description": "Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.", + "homepage": "https://github.com/awslabs/aws-checksums", + "license": "Apache-2.0", + "dependencies": [ + "aws-c-common", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |