diff options
Diffstat (limited to 'vcpkg/ports/aws-c-event-stream/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/aws-c-event-stream/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/aws-c-event-stream/vcpkg.json b/vcpkg/ports/aws-c-event-stream/vcpkg.json new file mode 100644 index 0000000..ce72088 --- /dev/null +++ b/vcpkg/ports/aws-c-event-stream/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "aws-c-event-stream", + "version": "0.5.7", + "description": "C99 implementation of the vnd.amazon.event-stream content-type.", + "homepage": "https://github.com/awslabs/aws-c-event-stream", + "license": "Apache-2.0", + "dependencies": [ + "aws-c-common", + "aws-c-io", + "aws-checksums", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |