Package Details: heatshrink 0.4.1-2

Git Clone URL: https://aur.archlinux.org/heatshrink.git (read-only, click to copy)
Package Base: heatshrink
Description: A data compression/decompression library for embedded/real-time systems
Upstream URL: https://github.com/atomicobject/heatshrink
Licenses: ISC
Submitter: frysztak
Maintainer: frysztak
Last Packager: frysztak
Votes: 1
Popularity: 0.004448
First Submitted: 2024-08-13 16:57 (UTC)
Last Updated: 2025-08-27 13:39 (UTC)

Latest Comments

frysztak commented on 2025-08-27 13:40 (UTC)

@msrd0, no problem, I just pushed an update that addresses your comments. let me know if you need further changes

msrd0 commented on 2025-08-27 07:48 (UTC)

Oh and also, if you wouldn't mind, don't skip the integrity checks, that would be great

msrd0 commented on 2025-08-27 07:46 (UTC)

Hi, thanks for providing this package. I am using this package as a dependency of my superslicer-prerelease package and have noticed two problems with this package:

  • It is missing a required build dependency, cmake
  • Linking of superslicer-prerelease fails unless I add options+=('!lto') to this package. I believe the problem is that ArchLinux at some point decided to enable the option by default, so it would be great if you could disable lto for this package.

Would you mind taking a look and fixing those problems?