]> andersk Git - libyaml.git/blob - README
debian: Release libyaml 0.2.2-1
[libyaml.git] / README
1 LibYAML - A C library for parsing and emitting YAML.
2
3 To build and install the library, run:
4 $ ./configure
5 $ make
6 # make install
7
8 If you checked the source code from the Git repository, run
9 $ ./bootstrap
10 $ ./configure
11 $ make
12 # make install
13
14 For more information, check the LibYAML homepage:
15 'https://github.com/yaml/libyaml'.
16
17 Discuss LibYAML with the maintainers in IRC #libyaml irc.freenode.net.
18
19 You may also use 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 'https://github.com/yaml/libyaml/issues/new'.
24
25 This project was developed for Python Software Foundation as a part of Google
26 Summer of Code under the mentorship of Clark Evans.
27
28 The LibYAML module was written by Kirill Simonov <xi@resolvent.net>.
29 It is currently maintained by the YAML community.
30
31 LibYAML is released under the MIT license.
32 See the file LICENSE for more details.
This page took 0.04863 seconds and 5 git commands to generate.