macOS
brew install liblzflocal Homebrew formula metadata
brew
Very small, very fast data compression library. Version 3.6 via Homebrew; verified from local package data.
install
brew install liblzflocal Homebrew formula metadata
sudo apk add liblzfAlpine Linux edge package indexes · liblzf · source: dl-cdn.alpinelinux.org
sudo apt install liblzf-devDebian stable package indexes · liblzf-dev · source: deb.debian.org
sudo dnf install liblzfFedora Rawhide package metadata · liblzf · source: dl.fedoraproject.org
nix profile install nixpkgs#liblzfnixpkgs package indexes · pkgs/by-name/li/liblzf/package.nix · source: api.github.com
sudo pacman -S liblzfArch Linux sync databases · liblzf · source: geo.mirror.pkgbuild.com
overview
Very small, very fast data compression library
history
liblzf is Marc Lehmann's very small portable-C compression library built around the LZF algorithm. Its niche is fast, easy-to-embed compression rather than maximum compression ratio.
The project page describes LibLZF as consisting of two .c files and two .h files, designed to be dropped into other programs. The same page emphasizes speed, portability, and a BSD-type license as reasons to use it in applications.
The public header copyright range is 2000-2008 for Marc Alexander Lehmann, which supports liblzf's origin as an early-2000s C library. The NetBSD lzf(1) manual records that the lzf command first appeared with version 0.1 of Marc Lehmann's LZF library and was rewritten for version 2.0.
liblzf's adoption is mostly embedded and quiet. Redis source code includes lzf.h in its RDB persistence code as the LZF compression library, which made the algorithm familiar to people inspecting Redis dump files even when they never installed the standalone liblzf package.
Developers embed the small C files directly or link the packaged library, while the lzf command provides a gzip-like utility interface. Build-time knobs such as HLOG, VERY_FAST, ULTRA_FAST, and CHECK_INPUT let embedders trade compression quality, speed, memory, and input validation.
liblzf matters to package nerds because it is a classic tiny-C-library package: old, compact, permissively licensed, easy to vendor, and still visible through larger systems that adopted its file-format behavior.
security posture
library-like package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
lzf | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://oldhome.schmorp.de/marc/liblzf.html
install metadata
| Package key | brew:liblzf |
|---|---|
| Version | 3.6 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/liblzf |
| Homepage | https://oldhome.schmorp.de/marc/liblzf.html |
| Repository | https://cvs.schmorp.de/liblzf |
| Upstream docs | https://oldhome.schmorp.de/marc/liblzf.html |
| License | BSD-2-Clause AND (BSD-2-Clause OR GPL-2.0-or-later) |
| Source archive | https://dist.schmorp.de/liblzf/liblzf-3.6.tar.gz |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | liblzf |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
liblzf-dev 3.6-4+b3
Very small data compression library - development headers
http://software.schmorp.de/pkg/liblzf.html
sudo apt install liblzf-devliblzf1 3.6-4+b3
Very small data compression library
http://software.schmorp.de/pkg/liblzf.html
sudo apt install liblzf1liblzf
nix profile install nixpkgs#liblzfliblzf-dev 3.6-4
Very small data compression library - development headers
http://software.schmorp.de/pkg/liblzf.html
sudo apt install liblzf-devliblzf1 3.6-4
Very small data compression library
http://software.schmorp.de/pkg/liblzf.html
sudo apt install liblzf1liblzf 3.6-r1
A very small data compression library
http://software.schmorp.de/pkg/liblzf.html
sudo apk add liblzfliblzf-dev 3.6-r1
A very small data compression library (development files)
http://software.schmorp.de/pkg/liblzf.html
sudo apk add liblzf-devliblzf 3.6-34.fc44
Small data compression library
http://oldhome.schmorp.de/marc/liblzf.html
sudo dnf install liblzfliblzf-devel 3.6-34.fc44
Development files for liblzf
http://oldhome.schmorp.de/marc/liblzf.html
sudo dnf install liblzf-develliblzf 3.6-5
A very small data compression library
http://software.schmorp.de/pkg/liblzf.html
sudo pacman -S liblzfsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.