aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/wangle/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/wangle/vcpkg.json')
-rw-r--r--vcpkg/ports/wangle/vcpkg.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/vcpkg/ports/wangle/vcpkg.json b/vcpkg/ports/wangle/vcpkg.json
new file mode 100644
index 0000000..032e790
--- /dev/null
+++ b/vcpkg/ports/wangle/vcpkg.json
@@ -0,0 +1,29 @@
+{
+ "name": "wangle",
+ "version-string": "2025.05.19.00",
+ "description": "Wangle is a framework providing a set of common client/server abstractions for building services in a consistent, modular, and composable way.",
+ "homepage": "https://github.com/facebook/wangle",
+ "license": "Apache-2.0",
+ "dependencies": [
+ "boost-context",
+ "boost-filesystem",
+ "boost-regex",
+ "boost-system",
+ "boost-thread",
+ "double-conversion",
+ "fizz",
+ "folly",
+ "gflags",
+ "glog",
+ "libevent",
+ "openssl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}