[ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]
NAME
tclyaml_sources - TclYAML - How To Get The Sources
Table Of Contents
SYNOPSIS
package require Tcl 8.5
package require tclyaml ?0.4?
DESCRIPTION
Welcome to TclYAML, a binding to the C-based libyaml parser library for YAML Ain't Markup Language.
The audience of this document is anyone wishing to either have just a look at TclYAML's source code, or build the packages, or to extend and modify them.
For builders and developers we additionally provide
respectively.
Source Location
The official repository for TclYAML can be found at https://core.tcl-lang.org/akupries/tclyaml, with mirrors at https://chiselapp.com/user/andreas_kupries/repository/tclyaml and https://github.com/andreas-kupries/tclyaml, in case of trouble with the main location.
Retrieval
Assuming that you simply wish to look at the sources, or build a specific revision, the easiest way of retrieving it is to:
Log into this site, as "anonymous", using the semi-random password in the captcha.
Go to the "Timeline".
Choose the revision you wish to have and
follow its link to its detailed information page.
On that page, choose either the "ZIP" or "Tarball" link to get a copy of this revision in the format of your choice.
Source Code Management
For the curious (or a developer-to-be), the sources are managed by the Fossil SCM. Binaries for popular platforms can be found directly at its download page.
With that tool available the full history can be retrieved via:
fossil clone https://core.tcl-lang.org/akupries/tclyaml tclyaml.fossil
followed by
mkdir tclyaml
cd tclyaml
fossil open ../tclyaml.fossil
to get a checkout of the head of the trunk.
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