macOS
brew install mtbllocal Homebrew formula metadata
brew / rang 13908
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de mtbl pour les workflows d'agents IA.
installation
brew install mtbllocal Homebrew formula metadata
sudo apt install libmtbl-devDebian stable package indexes · libmtbl-dev · Source: deb.debian.org
aperçu
Immutable sorted string table library
historique
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.
posture de sécurité
library-like package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
mtbl_dump | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
mtbl_info | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
mtbl_merge | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
mtbl_verify | exécutable | exécutable indexé | Découvert depuis l'index local des exécutables. |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
métadonnées d'installation
| Clé du paquet | brew:mtbl |
|---|---|
| Version | 1.7.1 |
| Gestionnaire de paquets | Homebrew |
| Page d'accueil | https://github.com/farsightsec/mtbl |
| Dépôt | https://github.com/farsightsec/mtbl |
| Bouteille | non enregistré |
| Service | aucun déclaré |
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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-binpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.