1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: heatshrink
Section: libs
Priority: optional
Maintainer: Chow Loong Jin <hyperair@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
cmake,
pandoc
Standards-Version: 4.6.2
Homepage: https://github.com/atomicobject/heatshrink/
Vcs-Browser: https://salsa.debian.org/3dprinting-team/heatshrink
Vcs-Git: https://salsa.debian.org/3dprinting-team/heatshrink.git
Package: libheatshrink-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
${shlibs:Depends},
${misc:Depends},
Description: 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.
Package: heatshrink
Section: libdevel
Architecture: any
Multi-Arch: foreign
Depends:
${shlibs:Depends},
${misc:Depends}
Description: 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.
|