diff options
Diffstat (limited to 'vcpkg/ports/nghttp2/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/nghttp2/vcpkg.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/nghttp2/vcpkg.json b/vcpkg/ports/nghttp2/vcpkg.json new file mode 100644 index 0000000..a0289dd --- /dev/null +++ b/vcpkg/ports/nghttp2/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "nghttp2", + "version": "1.68.0", + "description": "Implementation of the Hypertext Transfer Protocol version 2 in C", + "homepage": "https://github.com/nghttp2/nghttp2", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |