c-blosc 1.21.1+ds1-1 source package in Ubuntu

Changelog

c-blosc (1.21.1+ds1-1) unstable; urgency=medium

  * New upstream release
  * Adopt package. Closes: #945176
  * d/watch: Update URL to GitHub.
  * d/control:
    - Drop version constriction on build-dependency
    - Update Standards-Version to 4.6.0
  * d/copyright: Update mail address.

 -- Håvard Flaget Aasen <email address hidden>  Wed, 06 Oct 2021 21:22:31 +0200

Upload details

Uploaded by:
Håvard Flaget Aasen
Uploaded to:
Sid
Original maintainer:
Håvard Flaget Aasen
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
c-blosc_1.21.1+ds1-1.dsc 1.8 KiB 2e5122036fe4b536b52dbbb09ec57bab3b4433aaf708f2c7b19ff9de8130a800
c-blosc_1.21.1+ds1.orig.tar.xz 100.9 KiB 40ee7e07f6a5973b6287facd8bf1b4462b173db88860516c18541cb467d6bc92
c-blosc_1.21.1+ds1-1.debian.tar.xz 5.6 KiB 30869a4088436432778f1671294575979b72e90a66b65b07cc720189a3f9eb24

Available diffs

No changes file available.

Binary packages built by this source

libblosc-dev: high performance meta-compressor optimized for binary data (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 is
 meant not only to reduce the size of large datasets on-disk or in-memory, but
 also to accelerate memory-bound computations.
 .
 It uses the blocking technique to reduce activity on the memory bus as much
 as possible. In short, this technique works by dividing datasets in blocks
 that are small enough to fit in caches of modern processors and perform
 compression / decompression there. It also leverages, if available, SIMD
 instructions (SSE2) and multi-threading capabilities of CPUs, in order to
 accelerate the compression / decompression process to a maximum.
 .
 This package contains the development files required to build programs against
 Blosc.

libblosc1: high performance meta-compressor optimized for binary data

 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 is
 meant not only to reduce the size of large datasets on-disk or in-memory, but
 also to accelerate memory-bound computations.
 .
 It uses the blocking technique to reduce activity on the memory bus as much
 as possible. In short, this technique works by dividing datasets in blocks
 that are small enough to fit in caches of modern processors and perform
 compression / decompression there. It also leverages, if available, SIMD
 instructions (SSE2) and multi-threading capabilities of CPUs, in order to
 accelerate the compression / decompression process to a maximum.

libblosc1-dbgsym: debug symbols for libblosc1