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

Changelog

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

  * New upstream release.

 -- Antonio Valentino <email address hidden>  Sat, 27 Jan 2024 12:02:41 +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.13.1+ds-1.dsc 3.1 KiB 5f410239944fc92f053ccb49c37a185a9403bd3e72146356013ee3854cac3db7
c-blosc2_2.13.1+ds.orig.tar.xz 1.2 MiB 9fafae2bd689c0122d6ecd07b8162fc00530beabe64a6cfeae192233b45b2658
c-blosc2_2.13.1+ds-1.debian.tar.xz 5.8 KiB b7b00ab9b78ccba90fbba01bbc690fe2cb84ba796199a88da84b123c15ebf204

Available diffs

No changes file available.

Binary packages built by this source

libblosc2-2: No summary available for libblosc2-2 in ubuntu noble.

No description available for libblosc2-2 in ubuntu noble.

libblosc2-2-dbgsym: No summary available for libblosc2-2-dbgsym in ubuntu noble.

No description available for libblosc2-2-dbgsym in ubuntu noble.

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.