blosc2v3.3.2
- Updated
A fast, compressed, persistent binary data store library for C.
- Project website: https://github.com/Blosc/c-blosc2
#Usage
blosc2 provides CMake targets:
find_package(Blosc2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE Blosc2::blosc2)#License
BSD-3-Clause AND MIT AND BSD-2-Clause
#Supported Platforms
All platforms supported.
#Features
#zlibdefault
Support zlib compression
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through zlib)
- vcpkg-cmake-config (through zlib)
#zstddefault
Support zstd compression
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through zstd)
- vcpkg-cmake-config (through zstd)
#Host Tool For
No ports use this.
#Contributors
toge
Theodore Tsirpanis
Weihang Ding