1247738SbaptLibYAML - A C library for parsing and emitting YAML.
2247738Sbapt
3247738SbaptTo build and install the library, run:
4247738Sbapt$ ./configure
5247738Sbapt$ make
6247738Sbapt# make install
7247738Sbapt
8247738SbaptIf you checked the source code from the Subversion repository, run
9247738Sbapt$ ./bootstrap
10247738Sbapt$ ./configure
11247738Sbapt$ make
12247738Sbapt# make install
13247738Sbapt
14247738SbaptFor more information, check the LibYAML homepage:
15247738Sbapt'http://pyyaml.org/wiki/LibYAML'.
16247738Sbapt
17247738SbaptPost your questions and opinions to the YAML-Core mailing list:
18247738Sbapt'http://lists.sourceforge.net/lists/listinfo/yaml-core'.
19247738Sbapt
20247738SbaptSubmit bug reports and feature requests to the LibYAML bug tracker:
21247738Sbapt'http://pyyaml.org/newticket?component=libyaml'.
22247738Sbapt
23247738SbaptLibYAML is written by Kirill Simonov <xi@resolvent.net>.  It is released
24247738Sbaptunder the MIT license.  See the file LICENSE for more details.
25247738Sbapt
26247738SbaptThis project is developed for Python Software Foundation as a part of
27247738SbaptGoogle Summer of Code under the mentorship of Clark Evans.
28