|
|
|
@ -11,7 +11,7 @@ package("blosc") |
|
|
|
|
add_versions("v1.20.1", "42c4d3fcce52af9f8e2078f8f57681bfc711706a3330cb72b9b39e05ae18a413") |
|
|
|
|
add_versions("v1.5.0", "208ba4db0e5116421ed2fbbdf2adfa3e1d133d29a6324a0f47cf2d71f3810c92") |
|
|
|
|
|
|
|
|
|
add_configs("lz4", {description = "Enable LZ4 support.", default = false, type = "boolean"}) |
|
|
|
|
add_configs("lz4", {description = "Enable LZ4 support.", default = true, type = "boolean"}) |
|
|
|
|
add_configs("snappy", {description = "Enable Snappy support.", default = false, type = "boolean"}) |
|
|
|
|
add_configs("zlib", {description = "Enable Zlib support.", default = true, type = "boolean"}) |
|
|
|
|
add_configs("zstd", {description = "Enable Zstd support.", default = false, type = "boolean"}) |
|
|
|
|