mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:48:59 +08:00
22 lines
437 B
JSON
22 lines
437 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|