c-blosc2 2.14.4+ds-2 source package in Ubuntu

Changelog

c-blosc2 (2.14.4+ds-2) unstable; urgency=medium

  * Upload to unstable.

 -- Antonio Valentino <email address hidden>  Sat, 01 Jun 2024 11:14:40 +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
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
c-blosc2_2.14.4+ds-2.dsc 3.1 KiB f53e1143ad1f4f80a7e5215ca69454823c2b399721585ad99f63074cce827fdf
c-blosc2_2.14.4+ds.orig.tar.xz 1.2 MiB b8a6bb254590ed9e7c6cbcf038b1cfb6295a7a8b58d1dbbb20f171bad03734ba
c-blosc2_2.14.4+ds-2.debian.tar.xz 6.4 KiB e9faa7f450886b19d2d49c09c61cae906e557f14249525b30859b93fe3e32339

Available diffs

No changes file available.

Binary packages built by this source

libblosc2-3: 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-3-dbgsym: debug symbols for libblosc2-3
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.