Ross ROSS = Recommend OSS · open-source software intelligence for agents

toml-lang/toml resource

Tom's Obvious, Minimal Language observed · 2026-08-28

github.com/toml-lang/toml · homepage · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
toml-lang/tomlmain71

For agents

markdown · JSON · MCP: product_card(name="toml-lang/toml")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem