Documentation

Not logged in


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

NAME

tclyaml_devguide - TclYAML - The Developer's Guide

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.

This document is a guide for developers working on TclYAML, i.e. maintainers fixing bugs, extending the package's functionality, etc.

Please read

  1. TclYAML - License,

  2. TclYAML - How To Get The Sources, and

  3. TclYAML - The Installer's Guide

first, if that was not done already. Here we assume that the sources are already available in a directory of your choice, and that you not only know how to build and install them, but also have all the necessary requisites to actually do so. The guide to the sources in particular also explains which source code management system is used, where to find it, how to set it up, etc.

Developing for TclYAML

Directory structure

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

COPYRIGHT

Copyright © 2012-2014, 2021 Andreas Kupries
Copyright © 2012-2014, 2021 Documentation, Andreas Kupries