Automic VaultAutomic Vault

brew

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

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install libstxxl

local Homebrew formula metadata

Linux

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

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

概要

パッケージ概要

C++ implementation of STL for extra large data sets

コマンドとエイリアス

  • stxxl_tool

履歴

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

STXXL, packaged in Homebrew as libstxxl, is the Standard Template Library for Extra Large Data Sets. It is a C++ external-memory library that mirrors STL-style containers and algorithms for data sets that live on disks rather than in RAM.

プロジェクトの歴史

The project README describes STXXL as an implementation of the C++ STL for external-memory, out-of-core computation, with high performance as a design priority. The Karlsruhe technical report by Roman Dementiev, Lutz Kettner, and Peter Sanders was published in 2005 and presents STXXL as a practical experimentation library for huge data sets.

GitHub tag metadata records an STXXL 0.2 release commit on July 1, 2003, and GitHub release metadata records the 1.4.x release line on June 15, 2015.

採用の歴史

STXXL's adoption was strongest in algorithm engineering and research settings where external-memory sorting, graph algorithms, suffix arrays, and large sequential pipelines mattered. The 2005 report notes use in minimum spanning trees, connected components, breadth-first search decompositions, suffix arrays, and social-network metrics for huge graphs.

使われ方

Users configure STXXL disk files through STXXLCFG or .stxxl configuration files, then build C++ programs against its containers, algorithms, and I/O layers. Its package-manager footprint is narrower than general-purpose C++ libraries, but it remains useful for reproducible builds of older external-memory research code.

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

STXXL is package-nerd significant because it packages a research-grade external-memory STL as a normal C++ system library. It is a reminder that package managers preserve not only mainstream infrastructure but also specialized algorithm-engineering tools with unusual runtime configuration requirements.

タイムライン

  • 2003-07-01: GitHub tag metadata records STXXL release 0.2.
  • 2005: The University of Karlsruhe technical report presented STXXL and its applications.
  • 2015-06-15: GitHub release metadata records STXXL 1.4.1.

Related projects

  • The C++ Standard Template Library is the API model STXXL extends to external memory.
  • Boost is related through STXXL's Boost Software License.
  • External-memory graph and suffix-array implementations are common downstream research uses named in the 2005 report.

セキュリティ状態

リスクレベル: グリーン

library-like package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • library-like package without higher-risk signals

信号

  • metadata:library-like

インストール挙動

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

推奨レビュー

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

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
$STXXLCFG./.stxxl.$HOSTNAME./.stxxl~/.stxxl.$HOSTNAME~/.stxxl
Windows
%STXXLCFG%.stxxl.%COMPUTERNAME%.txt.stxxl.txt%APPDATA%/.stxxl.%COMPUTERNAME%.txt%APPDATA%/.stxxl.txt

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

https://stxxl.sourceforge.net/

  • 情報No package-manager update timestamp was available.信頼度 低
  • 情報Release/tag comparison is only available for GitHub repositories.https://stxxl.sourceforge.net/信頼度 none

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:libstxxl
バージョン1.4.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/libstxxl
ホームページhttps://stxxl.sourceforge.net/
リポジトリhttps://github.com/stxxl/stxxl
上流ドキュメントhttps://github.com/stxxl/stxxl#readme
ライセンスBSL-1.0
ソースアーカイブhttps://downloads.sourceforge.net/project/stxxl/stxxl/1.4.1/stxxl-1.4.1.tar.gz
ビルド依存関係cmake
Bottle利用可能 (対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

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

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

Debian apt95%

libstxxl-dev 1.4.1-4.1

Development libraries for STXXL

http://stxxl.sourceforge.net

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

libstxxl-doc 1.4.1-4.1

Documentation for STXXL

http://stxxl.sourceforge.net

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

libstxxl1-bin 1.4.1-4.1

STXXL File creation and benchmark tool

http://stxxl.sourceforge.net

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

libstxxl1t64 1.4.1-4.1

C++ Standard Template Library for extra large datasets

http://stxxl.sourceforge.net

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

libstxxl-dev 1.4.1-4.1build1

Development libraries for STXXL

http://stxxl.sourceforge.net

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

libstxxl-doc 1.4.1-4.1build1

Documentation for STXXL

http://stxxl.sourceforge.net

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

libstxxl1-bin 1.4.1-4.1build1

STXXL File creation and benchmark tool

http://stxxl.sourceforge.net

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

libstxxl1t64 1.4.1-4.1build1

C++ Standard Template Library for extra large datasets

http://stxxl.sourceforge.net

sudo apt install libstxxl1t64
  • Section: universe/science
  • Architecture: amd64
  • Source Package: libstxxl
  • 3 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Libstxxl
Ubuntu 24.04 LTS package indexes · archive.ubuntu.com · Ubuntu 24.04 LTS package indexes: libstxxl1t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.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 configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment