Automic VaultAutomic Vault

brew

libdatrie を Homebrew, apk, dnf, MacPorts, Nix, pacman, apt, zypper でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install libdatrie

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install libdatrie

MacPorts ports tree · devel/libdatrie/Portfile · ソース: api.github.com

Linux

Alpine Linux apk確認済み · 92%
sudo apk add libdatrie

Alpine Linux edge package indexes · libdatrie · ソース: dl-cdn.alpinelinux.org

Fedora dnf確認済み · 92%
sudo dnf install libdatrie

Fedora Rawhide package metadata · libdatrie · ソース: dl.fedoraproject.org

Nix確認済み · 92%
nix profile install nixpkgs#libdatrie

nixpkgs package indexes · pkgs/by-name/li/libdatrie/package.nix · ソース: api.github.com

Arch Linux pacman確認済み · 92%
sudo pacman -S libdatrie

Arch Linux sync databases · libdatrie · ソース: geo.mirror.pkgbuild.com

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

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

openSUSE zypper確認済み · 92%
sudo zypper install libdatrie-devel

openSUSE Tumbleweed package metadata · libdatrie-devel · ソース: download.opensuse.org

概要

パッケージ概要

Double-Array Trie Library

コマンドとエイリアス

  • trietool
  • trietool-0.2

履歴

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

libdatrie is Theppitak Karoonboonyanan's C implementation of a double-array trie, packaged as a small LGPL library plus the trietool command. It occupies a durable niche in text-processing stacks that need compact dictionary lookup.

プロジェクトの歴史

The upstream README traces libdatrie to an earlier C++ library named midatrie and to Junichi Aoe's double-array trie structure. The project page says the implementation was simplified and rewritten from scratch in C, with libdatrie 0.1.0 released on 18 September 2006.

Release notes show a conservative library-maintenance rhythm: ABI and file-format changes before 0.2.0, portability fixes for Mac, Cygwin, MinGW, NetBSD, and Windows, Doxygen documentation updates, serialization APIs, and build-system cleanup. The package has stayed intentionally focused on the data structure rather than becoming a broad NLP toolkit.

採用の歴史

The README frames tries as useful for lexical analyzers and spelling dictionaries, and the NEWS file explicitly mentions LibThai word-breaking performance improvements in 2015. Its package availability across Homebrew, Debian, Fedora, Arch, Nix, MacPorts, and other systems reflects its role as a low-level dependency rather than a widely invoked application.

使われ方

Users can link the C library for trie storage and lookup or use trietool to create and inspect trie data. The alphabet-map detail in the original project notes is important: applications define a compact character mapping before building trie storage.

パッケージ好きにとっての重要性

libdatrie is the kind of package that shows why distro dependency graphs matter: a tiny C library, an old but useful data structure, a command-line utility, and years of portability fixes that keep language and dictionary packages building cleanly.

タイムライン

  • 2001: The older midatrie C++ releases appeared on the original project page.
  • 2006: libdatrie 0.1.0 was released as a C rewrite with a BASE-TAIL double-array trie structure.
  • 2009: libdatrie 0.2.0 added performance APIs and started the 0.2 series.
  • 2015: libdatrie 0.2.9 renamed trietool-0.2 to trietool and documented LibThai performance improvements.
  • 2018: libdatrie 0.2.11 and 0.2.12 focused on correctness, C90 portability, and compiler-warning fixes.
  • 2021: libdatrie 0.2.13 added memory-buffer serialization APIs and more portability fixes.
  • 2025: libdatrie 0.2.14 cleaned up build dependencies, parallel-build issues, and error handling.

Related projects

  • midatrie is the direct predecessor. LibThai is a notable downstream text-processing user, and Aoe's double-array trie paper is the algorithmic reference cited by upstream.

セキュリティ状態

リスクレベル: グリーン

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 個のプラットフォームターゲットで利用できます。
  • ビルドメタデータには 1 件のビルド依存関係があります。

推奨レビュー

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

実行可能ファイル

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

コマンド種類公開範囲メモ
trietoolcliグローバル実行可能ファイル
trietool-0.2cliグローバル実行可能ファイル

鮮度

バージョンと鮮度

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

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

https://github.com/tlwg/libdatrie

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:libdatrie
バージョン0.2.14
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/libdatrie
ホームページhttps://github.com/tlwg/libdatrie
リポジトリhttps://github.com/tlwg/libdatrie
上流ドキュメントhttps://github.com/tlwg/libdatrie#readme
ライセンスLGPL-2.1-or-later
ソースアーカイブhttps://github.com/tlwg/libdatrie/releases/download/v0.2.14/libdatrie-0.2.14.tar.xz
ビルド依存関係pkgconf
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

libdatrie-dev 0.2.13-3+b1

Development files for double-array trie library

https://linux.thai.net/projects/libthai

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

libdatrie-doc 0.2.13-3

Documentation files for double-array trie library

https://linux.thai.net/projects/libthai

sudo apt install libdatrie-doc
  • Section: doc
  • Architecture: all
  • Source Package: libdatrie
  • 1 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Libdatrie
Debian stable package indexes · deb.debian.org · Debian stable package indexes: libdatrie-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz
Debian apt95%

libdatrie1 0.2.13-3+b1

Double-array trie library

https://linux.thai.net/projects/libthai

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

libdatrie1-bin 0.2.13-3+b1

Programs for double-array trie library

https://linux.thai.net/projects/libthai

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

libdatrie

nix profile install nixpkgs#libdatrie
  • normalized package name match
  • 一致条件: Libdatrie
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/li/libdatrie/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
Ubuntu apt95%

libdatrie-dev 0.2.13-3build1

Development files for double-array trie library

https://linux.thai.net/projects/libthai

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

libdatrie-doc 0.2.13-3build1

Documentation files for double-array trie library

https://linux.thai.net/projects/libthai

sudo apt install libdatrie-doc
  • Section: doc
  • Architecture: all
  • Source Package: libdatrie
  • 1 依存関係
  • 1 任意依存関係
  • normalized package name match
  • 一致条件: Libdatrie
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libdatrie-doc from https://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages.gz
Ubuntu apt95%

libdatrie1 0.2.13-3build1

Double-array trie library

https://linux.thai.net/projects/libthai

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

libdatrie1-bin 0.2.13-3build1

Programs for double-array trie library

https://linux.thai.net/projects/libthai

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

libdatrie 0.2.14-r1

Double-array trie library

https://github.com/tlwg/libdatrie

sudo apk add libdatrie
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: libdatrie
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libdatrie
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libdatrie from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libdatrie-dev 0.2.14-r1

Double-array trie library (development files)

https://github.com/tlwg/libdatrie

sudo apk add libdatrie-dev
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: libdatrie
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libdatrie
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libdatrie-dev from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libdatrie-doc 0.2.14-r1

Double-array trie library (documentation)

https://github.com/tlwg/libdatrie

sudo apk add libdatrie-doc
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: libdatrie
  • normalized package name match
  • 一致条件: Libdatrie
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libdatrie-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

libdatrie-libs 0.2.14-r1

Double-array trie library (libraries)

https://github.com/tlwg/libdatrie

sudo apk add libdatrie-libs
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • Source Package: libdatrie
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libdatrie
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: libdatrie-libs from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
dnf95%

libdatrie 0.2.14-2.fc44

Implementation of Double-Array structure for representing trie

http://linux.thai.net/projects/datrie

sudo dnf install libdatrie
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: libdatrie
  • 2 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Libdatrie
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libdatrie from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

libdatrie-devel 0.2.14-2.fc44

Development files for libdatrie

http://linux.thai.net/projects/datrie

sudo dnf install libdatrie-devel
  • License: LGPL-2.1-or-later
  • Category: Unspecified
  • Architecture: i686
  • Source Package: libdatrie
  • 5 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Libdatrie
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: libdatrie-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

libdatrie 0.2.14-1

Double-array trie library

https://linux.thai.net/projects/datrie

sudo pacman -S libdatrie
  • License: LGPL-2.1-or-later
  • Architecture: x86_64
  • 1 依存関係
  • normalized package name match
  • 一致条件: Libdatrie
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: libdatrie from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

ソース経路

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

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

使用ソース

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