c-blosc2 2.15.0+ds-1 source package in Ubuntu

Changelog

c-blosc2 (2.15.0+ds-1) unstable; urgency=medium

  * Upload to unstable.

 -- Antonio Valentino <email address hidden>  Sun, 14 Jul 2024 18:23:22 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
c-blosc2_2.15.0+ds-1.dsc 3.1 KiB f02faa8c84110ae978d5af6238a97e5fbb124554b8db7995240282ca3973fc87
c-blosc2_2.15.0+ds.orig.tar.xz 1.2 MiB ac5c52cd3ec125743ac9453d739f69dfce673f4b2f9cc0aff00f2b7c87026ee5
c-blosc2_2.15.0+ds-1.debian.tar.xz 6.3 KiB e2d94c5c9e7799571e21e31e1439df31a3a2ee1b7f7c5764f9c94463592b51a4

Available diffs

No changes file available.

Binary packages built by this source

libblosc2-4: Fast, compressed, persistent binary data store library for C

 Blosc is a high performance compressor optimized for binary data. It has been
 designed to transmit data to the processor cache faster than the traditional,
 non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc
 main goal is not just to reduce the size of large datasets on-disk or
 in-memory, but also to accelerate memory-bound computations.
 .
 C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward
 compatible with both the C-Blosc1 API and its in-memory format. However, the
 reverse thing is generally not true for the format; buffers generated with
 C-Blosc2 are not format-compatible with C-Blosc1 (i.e. forward compatibility
 is not supported). In case you want to ensure full API compatibility with
 C-Blosc1 API, define the BLOSC1_COMPAT symbol.

libblosc2-4-dbgsym: debug symbols for libblosc2-4
libblosc2-dev: Fast, compressed, persistent binary data store library for C (development files)

 Blosc is a high performance compressor optimized for binary data. It has been
 designed to transmit data to the processor cache faster than the traditional,
 non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc
 main goal is not just to reduce the size of large datasets on-disk or
 in-memory, but also to accelerate memory-bound computations.
 .
 C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward
 compatible with both the C-Blosc1 API and its in-memory format. However, the
 reverse thing is generally not true for the format; buffers generated with
 C-Blosc2 are not format-compatible with C-Blosc1 (i.e. forward compatibility
 is not supported). In case you want to ensure full API compatibility with
 C-Blosc1 API, define the BLOSC1_COMPAT symbol.
 .
 This package contains the development files required to build programs against
 Blosc2.