vcpkg/ports/blosc/vcpkg.json
Jia Yue Hua 73b055e9e4
[blosc] update to 1.21.5 (#34071)
* [blosc] update to 1.21.5

* [blosc] update to 1.21.5
2023-09-28 22:56:03 -07:00

22 lines
437 B
JSON

{
"name": "blosc",
"version": "1.21.5",
"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"
]
}