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