heatshrink 0.4.1-1 source package in Ubuntu

Changelog

heatshrink (0.4.1-1) unstable; urgency=medium

  * Initial release. (Closes: #1057465)

 -- Chow Loong Jin <email address hidden>  Tue, 05 Dec 2023 21:49:00 +0800

Upload details

Uploaded by:
Chow Loong Jin
Uploaded to:
Sid
Original maintainer:
Chow Loong Jin
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
heatshrink_0.4.1-1.dsc 1.9 KiB 0c6ced7be03a13a0ee5951b7bd7ee99e7acdee1c0e3be45230361b54ab19e408
heatshrink_0.4.1.orig.tar.gz 36.1 KiB 7529a1c8ac501191ad470b166773364e66d9926aad632690c72c63a1dea7e9a6
heatshrink_0.4.1-1.debian.tar.xz 4.5 KiB d5a4871da1c0980288e83098cf347446b27cb3ff940a6149b6a854cdd241a392

No changes file available.

Binary packages built by this source

heatshrink: data compression/decompression library for embedded/real-time systems

 Heatshrink is a data compression/decompression library for embedded/real-time
 systems. Its key features are:
 .
  - Low memory usage (as low as 50 bytes)
    It is useful for some cases with less than 50 bytes, and useful for many
    general cases with < 300 bytes.
  - Incremental, bounded CPU use
    You can chew on input data in arbitrarily tiny bites. This is a useful
    property in hard real-time environments.
  - Can use either static or dynamic memory allocation
    The library doesn't impose any constraints on memory management.
 .
 This package contains a heatshrink encoding/decoding CLI utility.

heatshrink-dbgsym: debug symbols for heatshrink
libheatshrink-dev: data compression/decompression library for embedded/real-time systems

 Heatshrink is a data compression/decompression library for embedded/real-time
 systems. Its key features are:
 .
  - Low memory usage (as low as 50 bytes)
    It is useful for some cases with less than 50 bytes, and useful for many
    general cases with < 300 bytes.
  - Incremental, bounded CPU use
    You can chew on input data in arbitrarily tiny bites. This is a useful
    property in hard real-time environments.
  - Can use either static or dynamic memory allocation
    The library doesn't impose any constraints on memory management.
 .
 This package contains the files needed to compile applications and libraries
 against this library.