Elektra  0.8.19
Plugin: tcl

This plugin is a storage plugin which write keys to lists in the style of the Tcl programming language.

Format

The format does not have significant spaces. The advantage of TCL style lists is that also arbitrary metadata can be embedded in a natural and distinguish-able style. It looks like:

{
    {
        key=val
        {
            metakey = b
        }
        {
            comment = huhu
        }
    }
}

Limitations

Dependencies