macOS
brew install toml-testlocal Homebrew formula metadata
brew / rank 8854
Language agnostic test suite for TOML parsers. Version 2.2.0 via Homebrew; verified 2026-07-26. Also installable with nix: nix profile install nixpkgs#toml-test.
install
brew install toml-testlocal Homebrew formula metadata
nix profile install nixpkgs#toml-testnixpkgs package indexes · pkgs/by-name/to/toml-test/package.nix · source: api.github.com
overview
Language agnostic test suite for TOML parsers
history
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.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
toml-test | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:toml-test |
|---|---|
| Version | 2.2.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/toml-lang/toml-test |
| Repository | https://github.com/toml-lang/toml-test |
| Last updated | 2026-07-26T00:51:25+02:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
toml-test
nix profile install nixpkgs#toml-testsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.