aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/blosc/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/blosc/vcpkg.json')
-rw-r--r--vcpkg/ports/blosc/vcpkg.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/vcpkg/ports/blosc/vcpkg.json b/vcpkg/ports/blosc/vcpkg.json
new file mode 100644
index 0000000..ad5edf9
--- /dev/null
+++ b/vcpkg/ports/blosc/vcpkg.json
@@ -0,0 +1,21 @@
+{
+ "name": "blosc",
+ "version": "1.21.6",
+ "description": "A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`",
+ "homepage": "https://github.com/Blosc/c-blosc",
+ "license": "BSD-3-Clause",
+ "dependencies": [
+ "lz4",
+ "snappy",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib",
+ "zstd"
+ ]
+}