toml-lang/toml resource
Tom's Obvious, Minimal Language observed · 2026-08-28
Health v2 · maintenance only
71/100
- Activity 90
- Release rhythm 30
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4938
- days_rel: 252
- days_push: 61
- n_releases_24m: 1
Adoption not part of the score
20588 stars · 902 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
The official repository for the TOML (Tom's Obvious, Minimal Language) specification, a minimal, human-readable configuration file format that maps unambiguously to a hash table. It hosts the in-development spec, a language-agnostic test suite, and a wiki cataloging implementations, validators, and tooling across many languages.
Use cases
- define a standard config file format for my application
- find a TOML parser or encoder for my language
- validate TOML files against the spec
- compare TOML with YAML, JSON, and INI for configuration
- test a TOML decoder against the official test suite
- learn TOML syntax and semantics
When to choose
- you need a human-friendly config format with comments and clear semantics
- you want a format that maps cleanly to hash tables and parses easily in many languages
- you need a standardized, well-specified alternative to INI or YAML for configuration
When to avoid
- you need to serialize arbitrary data structures or stream data between processes
- you need top-level arrays or floats in your data files
- you want a data-interchange format like JSON for machine-to-machine communication
Facets
learning-resource · maturity stable
serialization configuration-management parser developer-tools developer-tools programming-languages files documentation cross-platform toml config-file-format specification data-format human-readable
2 sources
- readme: https://github.com/toml-lang/toml · fetched 2026-08-28 · 5bff7c856b97
- homepage: https://toml.io · fetched 2026-08-29 · 0c420c96e1fc
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| toml-lang/toml | main | 71 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem