macOS
brew install mtbllocal Homebrew formula metadata
brew / Rang 13908
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für mtbl in AI-Agent-Workflows.
Installation
brew install mtbllocal Homebrew formula metadata
sudo apt install libmtbl-devDebian stable package indexes · libmtbl-dev · Quelle: deb.debian.org
Überblick
Immutable sorted string table library
Verlauf
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.
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 |
|---|---|---|---|
mtbl_dump | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
mtbl_info | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
mtbl_merge | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
mtbl_verify | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
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.
Installationsmetadaten
| Paketschlüssel | brew:mtbl |
|---|---|
| Version | 1.7.1 |
| Paketmanager | Homebrew |
| Homepage | https://github.com/farsightsec/mtbl |
| Repository | https://github.com/farsightsec/mtbl |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
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-binQuellspur
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.