diff options
Diffstat (limited to 'vcpkg/ports/ls-qpack/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ls-qpack/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/ls-qpack/vcpkg.json b/vcpkg/ports/ls-qpack/vcpkg.json new file mode 100644 index 0000000..61d1777 --- /dev/null +++ b/vcpkg/ports/ls-qpack/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "ls-qpack", + "version": "2.6.2", + "description": "QPACK compression library for use with HTTP/3", + "homepage": "https://github.com/litespeedtech/ls-qpack", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "xxhash" + ] +} |