pkg.soopen package index

brew / 順位 13943

mtbl を Homebrew, apt でインストール

mtbl のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install mtbl

local Homebrew formula metadata

Linux

Debian apt確認済み · 92%
sudo apt install libmtbl-dev

Debian stable package indexes · libmtbl-dev · ソース: deb.debian.org

概要

パッケージ概要

Immutable sorted string table library

コマンドとエイリアス

  • mtbl_dump
  • mtbl_info
  • mtbl_merge
  • mtbl_verify

履歴

プロジェクトの歴史と使われ方

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

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 3 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
mtbl_dumpcliグローバル実行可能ファイル
mtbl_infocliグローバル実行可能ファイル
mtbl_mergecliグローバル実行可能ファイル
mtbl_verifycliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-04
マネージャ版1.7.1
マネージャ更新日
ローカルデータOK
上流not checked
検出された最新未検出

https://github.com/farsightsec/mtbl

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報No cached GitHub release or tag data was available.https://github.com/farsightsec/mtbl信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:mtbl
バージョン1.7.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/mtbl
ホームページhttps://github.com/farsightsec/mtbl
リポジトリhttps://github.com/farsightsec/mtbl
ライセンスApache-2.0
ソースアーカイブhttps://dl.farsightsecurity.com/dist/mtbl/mtbl-1.7.1.tar.gz
依存関係lz4, snappy, zstd
ビルド依存関係pkgconf
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namemtbl
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

Debian apt95%

libmtbl-dev 1.6.1-1+b1

immutable sorted string table library (development files)

sudo apt install libmtbl-dev
  • Section: libdevel
  • Architecture: amd64
  • Source Package: mtbl
  • 1 依存関係
  • normalized package name match
  • 一致条件: Mtbl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmtbl-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libmtbl1 1.6.1-1+b1

immutable sorted string table library

sudo apt install libmtbl1
  • Section: libs
  • Architecture: amd64
  • Source Package: mtbl
  • 5 依存関係
  • normalized package name match
  • 一致条件: Mtbl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libmtbl1 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

mtbl-bin 1.6.1-1+b1

immutable sorted string table library (utilities)

sudo apt install mtbl-bin
  • Section: utils
  • Architecture: amd64
  • Source Package: mtbl
  • 2 依存関係
  • normalized package name match
  • 一致条件: Mtbl
Debian stable package indexes · deb.debian.org · Debian stable package indexes: mtbl-bin from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Ubuntu apt95%

libmtbl-dev 1.3.0-1

immutable sorted string table library (development files)

sudo apt install libmtbl-dev
  • Section: universe/libdevel
  • Architecture: amd64
  • Source Package: mtbl
  • 1 依存関係
  • normalized package name match
  • 一致条件: Mtbl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmtbl-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

libmtbl1 1.3.0-1

immutable sorted string table library

sudo apt install libmtbl1
  • Section: universe/libs
  • Architecture: amd64
  • Source Package: mtbl
  • 5 依存関係
  • normalized package name match
  • 一致条件: Mtbl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libmtbl1 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz
Ubuntu apt95%

mtbl-bin 1.3.0-1

immutable sorted string table library (utilities)

sudo apt install mtbl-bin
  • Section: universe/utils
  • Architecture: amd64
  • Source Package: mtbl
  • 2 依存関係
  • normalized package name match
  • 一致条件: Mtbl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: mtbl-bin from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment
  • pkg.so package database
  • pkgdb category and tag curation