https://github.com/andreas-kupries/tclyaml
Mirror of tclyaml @ core.tcl.tk/akupries -- Tcl binding to libyaml
https://github.com/andreas-kupries/tclyaml
tcl yaml-parser yaml-writer
Last synced: 5 months ago
JSON representation
Mirror of tclyaml @ core.tcl.tk/akupries -- Tcl binding to libyaml
- Host: GitHub
- URL: https://github.com/andreas-kupries/tclyaml
- Owner: andreas-kupries
- Created: 2013-05-04T06:39:40.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-09-28T16:23:29.000Z (over 1 year ago)
- Last Synced: 2025-04-15T12:19:28.509Z (about 1 year ago)
- Topics: tcl, yaml-parser, yaml-writer
- Language: C
- Homepage: http://core.tcl.tk/akupries/tclyaml/index
- Size: 871 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
Awesome Lists containing this project
README
# Welcome
Welcome to TclYAML, a binding to the C-based libyaml parser library
for [YAML Ain't Markup Language](http://yaml.org).
# Attention Please
You are reading this document on the github mirror of the
[official sources](http://core.tcl-lang.org/akupries/tclyaml).
Please be aware that tickets added here are ignored, or, at best,
simply closed with link to the
[official ticket tracker](https://core.tcl-lang.org/akupries/tclyaml/reportlist).
# Sources
See
- [Primary repository](http://core.tcl-lang.org/akupries/tclyaml)
- [ChiselApp Mirror](https://chiselapp.com/user/andreas_kupries/repository/tclyaml/index)
- Here.
# Guides and other Documentation
* [Command Reference](embedded/md/doc/files/tclyaml.md)
* [License](embedded/md/doc/files/tclyaml_license.md)
* [Changes By Version](embedded/md/doc/files/tclyaml_changes.md)
* [How To Get The Sources](embedded/md/doc/files/tclyaml_sources.md)
* [How To Build And Install TclYAML](embedded/md/doc/files/tclyaml_installer.md)
* [The Developer's Guide](embedded/md/doc/files/tclyaml_devguide.md)