]> andersk Git - libyaml.git/blob - README
a762f97ce833b9b80dc18cdec23716d29ffe6cc3
[libyaml.git] / README
1 LibYAML - A C library for parsing and emitting YAML.
2
3 The project is in an early stage of development.
4
5 To build and install the library, run:
6 $ ./configure
7 $ make
8 # make install
9
10 If you checked the source code from the Subversion repository, run
11 $ ./bootstrap
12 $ ./configure
13 $ make
14 # make install
15
16 For more information, check the LibYAML homepage:
17 'http://pyyaml.org/wiki/LibYAML'.
18
19 Post your questions and opinions to the YAML-Core mailing list:
20 'http://lists.sourceforge.net/lists/listinfo/yaml-core'.
21
22 Submit bug reports and feature requests to the LibYAML bug tracker:
23 'http://pyyaml.org/newticket?component=libyaml'.
24
25 LibYAML is written by Kirill Simonov <xi@resolvent.net>.  It is released
26 under the MIT license.  See the file LICENSE for more details.
27
28 This project is developed for Python Software Foundation as a part of
29 Google Summer of Code under the mentorship of Clark Evans.
This page took 0.100452 seconds and 3 git commands to generate.