ktav 0.6.2

Ktav — a plain configuration format. Three rules, zero indentation, zero quoting. Serde-native.
Documentation
## Machine-readable index of Ktav specification versions.
##
## Written in Ktav itself — implementations can parse this file to
## discover the canonical location of each version and its stability
## status.

stable: {
    version: 0.6.0
    path: versions/0.6
    released: 2026-06-01
}

latest: {
    version: 0.6.0
    path: versions/0.6
    stability: stable
}

all: [
    {
        version: 0.6.0
        path: versions/0.6
        stability: stable
        released: 2026-06-01
    }
]