]> andersk Git - libyaml.git/blob - README
Add the basic autoconf infrastructure.
[libyaml.git] / README
1 libyaml - A C library for parsing and emitting YAML.
2
3 The project is in an early stage of development and not usable for end users.
4
5 To build and install the library, run:
6 $ ./bootstrap
7 $ ./configure
8 $ make
9 $ make check
10 # make install
11
12 For more information, check the libyaml homepage:
13 'http://pyyaml.org/wiki/LibYAML'.
14
15 Post your questions and opinions to the YAML-Core mailing list:
16 'http://lists.sourceforge.net/lists/listinfo/yaml-core'.
17
18 Submit bug reports and feature requests to the libyaml bug tracker:
19 'http://pyyaml.org/newticket?component=libyaml'.
20
21 libyaml is written by Kirill Simonov <xi@resolvent.net>.  It is released
22 under the MIT license.  See the file LICENSE for more details.
This page took 0.080709 seconds and 5 git commands to generate.