macOS
brew install liblzflocal Homebrew formula metadata
brew
liblzf のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。
インストール
brew install liblzflocal Homebrew formula metadata
sudo apk add liblzfAlpine Linux edge package indexes · liblzf · ソース: dl-cdn.alpinelinux.org
sudo apt install liblzf-devDebian stable package indexes · liblzf-dev · ソース: deb.debian.org
sudo dnf install liblzfFedora Rawhide package metadata · liblzf · ソース: dl.fedoraproject.org
nix profile install nixpkgs#liblzfnixpkgs package indexes · pkgs/by-name/li/liblzf/package.nix · ソース: api.github.com
sudo pacman -S liblzfArch Linux sync databases · liblzf · ソース: geo.mirror.pkgbuild.com
概要
Very small, very fast data compression library
履歴
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.
セキュリティ状態
library-like package without higher-risk signals.
リスク グリーン · 信頼度 低 · appliance
エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。
実行可能ファイル
| コマンド | 種類 | 公開範囲 | メモ |
|---|---|---|---|
lzf | cli | グローバル実行可能ファイル |
鮮度
これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。
https://oldhome.schmorp.de/marc/liblzf.html
インストールメタデータ
| パッケージキー | brew:liblzf |
|---|---|
| バージョン | 3.6 |
| パッケージマネージャ | Homebrew |
| パッケージマネージャページ | https://formulae.brew.sh/formula/liblzf |
| ホームページ | https://oldhome.schmorp.de/marc/liblzf.html |
| リポジトリ | https://cvs.schmorp.de/liblzf |
| 上流ドキュメント | https://oldhome.schmorp.de/marc/liblzf.html |
| ライセンス | BSD-2-Clause AND (BSD-2-Clause OR GPL-2.0-or-later) |
| ソースアーカイブ | https://dist.schmorp.de/liblzf/liblzf-3.6.tar.gz |
| Bottle | 利用可能 (対象 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 | 未定義 |
| サービス | 宣言なし |
レジストリ情報
| 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 |
|
ソースデータベース一致
一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。
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 liblzfソース経路
このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。
View the package source record on GitHub.