[ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]

tclyaml_introduction(n) 0.5 doc "TclYAML"

Name

tclyaml_introduction - TclYAML - Introduction

Table Of Contents

Synopsis

  • package require Tcl 8.5
  • package require tclyaml ?0.5?

Description

Welcome to TclYAML, a binding to the C-based libyaml parser library for YAML Ain't Markup Language.

Related Documents

  1. TclYAML - License,

  2. TclYAML - How To Get The Sources, and

  3. TclYAML - The Installer's Guide

  4. TclYAML - The Developer's Guide.

  5. TclYAML - API.

System Architecture

The system's structure is not very complicated.

At the bottom is the libyaml library doing the heavy lifting for both parsing and generation of YAML.

TclYAML sits on top of that, with two distinguishable parts, binding to the parsing and generation sides of libyaml.

Bugs, Ideas, Feedback

This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such at the TclYAML Tracker. Please also report any ideas for enhancements you may have for either package and/or documentation.

Keywords

YAML, markup language, serialization

Category

3rd party library binding