aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/fizz/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/fizz/vcpkg.json')
-rw-r--r--vcpkg/ports/fizz/vcpkg.json27
1 files changed, 27 insertions, 0 deletions
diff --git a/vcpkg/ports/fizz/vcpkg.json b/vcpkg/ports/fizz/vcpkg.json
new file mode 100644
index 0000000..acabd2a
--- /dev/null
+++ b/vcpkg/ports/fizz/vcpkg.json
@@ -0,0 +1,27 @@
+{
+ "name": "fizz",
+ "version-string": "2025.05.19.00",
+ "description": "a TLS 1.3 implementation by Facebook",
+ "homepage": "https://github.com/facebookincubator/fizz",
+ "license": "BSD-3-Clause",
+ "dependencies": [
+ "double-conversion",
+ "fmt",
+ "folly",
+ "gflags",
+ "glog",
+ "gtest",
+ "libevent",
+ "libsodium",
+ "openssl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zstd"
+ ]
+}