macOS
brew install mtbllocal Homebrew formula metadata
安装
brew install mtbllocal Homebrew formula metadata
sudo apt install libmtbl-devDebian stable package indexes · libmtbl-dev · 来源: deb.debian.org
概览
Immutable sorted string table library
历史
mtbl is a Farsight Security C library that packages the Sorted String Table idea as a small Unix-style library rather than as a full database. Its README describes the design as based on the SSTable implementation in Google LevelDB: immutable files map sorted byte-string keys to byte-string values, with an index at the end for lookup. The project deliberately leaves database duties such as update handling, deletion, and coordinating search results across tables to the caller, exposing primitives for creating, searching, and merging SSTable files instead.
In practice mtbl is used where a program wants compact, immutable, searchable key-value files and wants to control the surrounding data-management workflow itself. Writers accept already sorted, duplicate-free key-value pairs and write in a single sequential pass; readers support exact-key, prefix, and range iteration; sorter and merger interfaces support bulk-load and multi-table merge workflows with caller-provided duplicate-key merge logic. The file format changed at version 1.0.0, with newer releases retaining read support for older files.
Its ecosystem role is clearest in Farsight/Internet-measurement software. CAIDA slides from ISC described mtbl alongside dnstable as an SSTable implementation for scalable, compact, sequential-I/O construction. FreeBSD's 2015 addition of dnstable records dnstable as a passive-DNS encoding library and utilities that store records in SSTable files and depend on libmtbl. For package managers, mtbl is a low-level C dependency rather than an end-user application; Homebrew exposes the companion utilities mtbl_dump, mtbl_info, mtbl_merge, and mtbl_verify for inspecting, merging, and checking table files.
安全态势
library-like package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
mtbl_dump | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
mtbl_info | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
mtbl_merge | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
mtbl_verify | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:mtbl |
|---|---|
| 版本 | 1.7.1 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/farsightsec/mtbl |
| 仓库 | https://github.com/farsightsec/mtbl |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
libmtbl-dev 1.6.1-1+b1
immutable sorted string table library (development files)
sudo apt install libmtbl-devlibmtbl1 1.6.1-1+b1
immutable sorted string table library
sudo apt install libmtbl1mtbl-bin 1.6.1-1+b1
immutable sorted string table library (utilities)
sudo apt install mtbl-binlibmtbl-dev 1.3.0-1
immutable sorted string table library (development files)
sudo apt install libmtbl-devlibmtbl1 1.3.0-1
immutable sorted string table library
sudo apt install libmtbl1mtbl-bin 1.3.0-1
immutable sorted string table library (utilities)
sudo apt install mtbl-bin来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.