mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
d8783052cb
* Use upstream's standard filenames * Update license info * CMake style * Revise downstream zstd patching * Update versions * Don't use '_static' lib name suffix * Revise downstream zstd patching * Add usage * Update versions * Update versions * [zstd] Simplify consumers via fixed .pc and linkage alias * [zstd] Fix missing IMPORTED Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
14 lines
307 B
JSON
14 lines
307 B
JSON
{
|
|
"name": "blosc",
|
|
"version-string": "1.18.1",
|
|
"port-version": 4,
|
|
"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"
|
|
]
|
|
}
|