aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/openzl/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/openzl/vcpkg.json')
-rw-r--r--vcpkg/ports/openzl/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/openzl/vcpkg.json b/vcpkg/ports/openzl/vcpkg.json
new file mode 100644
index 0000000..84842e4
--- /dev/null
+++ b/vcpkg/ports/openzl/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "name": "openzl",
+ "version": "0.1.0",
+ "description": "Format-aware compression framework delivering high ratios while preserving speed.",
+ "homepage": "https://github.com/facebook/openzl",
+ "license": "BSD-3-Clause AND Apache-2.0",
+ "supports": "!uwp & !x86 & !arm32",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-get-vars",
+ "host": true
+ },
+ "xxhash",
+ "zstd"
+ ]
+}