SharpYaml is a .NET library for YAML
Перейти к файлу
Antoine Aubry e5f79eeb6b 2008-08-17 21:29:50 +00:00
Dependencies Initial import. 2008-07-31 22:35:21 +00:00
Help Initial import. 2008-07-31 22:35:21 +00:00
Samples Added constructor overloads and emission support. 2008-08-01 17:49:35 +00:00
Test 2008-08-17 21:28:15 +00:00
YamlDotNet.Core 2008-08-17 21:28:15 +00:00
YamlDotNet.CoreCs 2008-08-17 21:29:50 +00:00
YamlDotNet.RepresentationModel 2008-08-17 21:28:15 +00:00
YamlDotNet.UnitTests 2008-08-17 21:28:15 +00:00
LICENSE Initial import. 2008-07-31 22:35:21 +00:00
LICENSE-libyaml Initial import. 2008-07-31 22:35:21 +00:00
README Initial import. 2008-07-31 22:35:21 +00:00
YamlDotNet.FxCop Initial import. 2008-07-31 22:35:21 +00:00
YamlDotNet.shfb Initial import. 2008-07-31 22:35:21 +00:00
YamlDotNet.sln 2008-08-17 21:28:15 +00:00
YamlDotNet.snk Initial import. 2008-07-31 22:35:21 +00:00

README

YamlDotNet - A .NET library for parsing and emitting YAML.

For more information, check the YamlDotNet homepage:
'http://yamldotnet.sourceforge.net/'.

Post your questions and opinions to the YamlDotNet forum:
'http://sourceforge.net/forum/forum.php?forum_id=850985'.

Submit bug reports and feature requests to the YamlDotNet bug tracker:
'http://sourceforge.net/tracker/?group_id=235362'.

YamlDotNet is written by Antoine Aubry <aaubry@gmail.com>.  It is released
under the MIT license.  See the file LICENSE for more details.

This project contains a port of the LibYAML library by Kirill Simonov.
The LibYAML library is released under the MIT license. See the
file LICENSE-libyaml for more details. For more information,
check the LibYAML homepage: 'http://pyyaml.org/wiki/LibYAML'.