macOS
brew install liblzflocal Homebrew formula metadata
安装
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来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.