diff options
Diffstat (limited to 'ports/blosc')
| -rw-r--r-- | ports/blosc/CONTROL | 5 | ||||
| -rw-r--r-- | ports/blosc/vcpkg.json | 13 |
2 files changed, 13 insertions, 5 deletions
diff --git a/ports/blosc/CONTROL b/ports/blosc/CONTROL deleted file mode 100644 index abda40db0..000000000 --- a/ports/blosc/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: blosc -Version: 1.18.1-1 -Build-Depends: lz4, snappy, zlib, zstd -Homepage: https://github.com/Blosc/c-blosc -Description: A blocking, shuffling and loss-less compression library that can be faster than `memcpy()` diff --git a/ports/blosc/vcpkg.json b/ports/blosc/vcpkg.json new file mode 100644 index 000000000..f9b3e0513 --- /dev/null +++ b/ports/blosc/vcpkg.json @@ -0,0 +1,13 @@ +{ + "name": "blosc", + "version-string": "1.18.1", + "port-version": 2, + "description": "A blocking, shuffling and loss-less compression library that can be faster than `memcpy()`", + "homepage": "https://github.com/Blosc/c-blosc", + "dependencies": [ + "lz4", + "snappy", + "zlib", + "zstd" + ] +} |
