macOS
brew install liblzflocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für liblzf in AI-Agent-Workflows.
Installation
brew install liblzflocal Homebrew formula metadata
sudo apk add liblzfAlpine Linux edge package indexes · liblzf · Quelle: dl-cdn.alpinelinux.org
sudo apt install liblzf-devDebian stable package indexes · liblzf-dev · Quelle: deb.debian.org
sudo dnf install liblzfFedora Rawhide package metadata · liblzf · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#liblzfnixpkgs package indexes · pkgs/by-name/li/liblzf/package.nix · Quelle: api.github.com
sudo pacman -S liblzfArch Linux sync databases · liblzf · Quelle: geo.mirror.pkgbuild.com
Überblick
Very small, very fast data compression library
Verlauf
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.
Sicherheitslage
library-like package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
lzf | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://oldhome.schmorp.de/marc/liblzf.html
Installationsmetadaten
| Paketschlüssel | brew:liblzf |
|---|---|
| Version | 3.6 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/liblzf |
| Homepage | https://oldhome.schmorp.de/marc/liblzf.html |
| Repository | https://cvs.schmorp.de/liblzf |
| Upstream-Dokumentation | https://oldhome.schmorp.de/marc/liblzf.html |
| Lizenz | BSD-2-Clause AND (BSD-2-Clause OR GPL-2.0-or-later) |
| Quellarchiv | https://dist.schmorp.de/liblzf/liblzf-3.6.tar.gz |
| Bottle | verfügbar (auf 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 | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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 liblzfQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.