# toml-test を Homebrew, Nix でインストール

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

## インストール

```sh
sudo av install brew:toml-test
```

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

### macOS

- Homebrew (100%):

```sh
brew install toml-test
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#toml-test
```

  証拠: nixpkgs package indexes: pkgs/by-name/to/toml-test/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:toml-test
- **パッケージマネージャ:** Homebrew
- **バージョン:** 2.2.0
- **ソース概要:** Language agnostic test suite for TOML parsers
- **ホームページ:** <https://github.com/toml-lang/toml-test>
- **リポジトリ:** <https://github.com/toml-lang/toml-test>
- **最終更新:** 2026-07-26T00:51:25+02:00
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- toml-test (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.2.0
## プロジェクトの歴史と使われ方

toml-test is the TOML project's language-agnostic conformance test suite for TOML parsers and writers. It is a package-nerd tool because it turns a configuration-file format into a repeatable CLI check that parser implementations and distro builds can run.

### プロジェクトの歴史

The official README describes toml-test as a language-agnostic suite for verifying TOML decoders and encoders. Its tests are organized as valid and invalid cases, with JSON used as the comparison format for decoder output and encoder input.

The release history reflects the TOML specification's evolution. GitHub lists v1.0.0 as adding TOML 1.0.0 support and later release notes describe support for both TOML 1.0 and upcoming TOML 1.1 test files. The repository listed v2.2.0 as the latest release on 30 April 2026.

### 採用の歴史

Because TOML is used as configuration syntax across language ecosystems, a language-neutral test tool is useful to parser authors who do not share a runtime. The batch input records Homebrew and Nix packages, which fits toml-test's role as a small executable that can be installed independently of any one parser library.

### 使われ方

Developers run toml-test against a parser or writer command to verify that invalid documents are rejected and valid documents round-trip to the expected JSON representation. The README also documents how projects can use the test files without the toml-test binary.

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

toml-test is significant precisely because it is not an application framework. It is a compact compliance harness that helps package maintainers, parser authors, and downstream users notice TOML compatibility regressions across languages.

### タイムライン

- v1.0.0: Release notes recorded support for TOML 1.0.0.
- 2026: v2.2.0 was listed as the latest GitHub release on 30 April 2026.

### Related projects

- The TOML specification and toml-lang organization provide the format context for toml-test.
- Language-specific TOML parser packages use toml-test as an external conformance check.

### ソース

- <https://github.com/toml-lang/toml-test>
- <https://github.com/toml-lang/toml-test/releases>
- input.source_facts.description
- input.source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

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

- Nix - toml-test: normalized package name match | nixpkgs package indexes: pkgs/by-name/to/toml-test/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/toml-test.yml](https://github.com/mxcl/pkgdb/blob/main/combined/toml-test.yml)


## ソース

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