]> andersk Git - libyaml.git/blame - README
debian: Release libyaml 0.2.2-1
[libyaml.git] / README
CommitLineData
028f3e87 1LibYAML - A C library for parsing and emitting YAML.
cec6fc98 2
cec6fc98 3To build and install the library, run:
028f3e87
KS
4$ ./configure
5$ make
6# make install
7
6a9e942e 8If you checked the source code from the Git repository, run
cec6fc98
KS
9$ ./bootstrap
10$ ./configure
11$ make
cec6fc98
KS
12# make install
13
028f3e87 14For more information, check the LibYAML homepage:
639981a5 15'https://github.com/yaml/libyaml'.
cec6fc98 16
f6e09f82
IN
17Discuss LibYAML with the maintainers in IRC #libyaml irc.freenode.net.
18
19You may also use the YAML-Core mailing list:
cec6fc98
KS
20'http://lists.sourceforge.net/lists/listinfo/yaml-core'.
21
028f3e87 22Submit bug reports and feature requests to the LibYAML bug tracker:
bc67233b 23'https://github.com/yaml/libyaml/issues/new'.
cec6fc98 24
f6e09f82
IN
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.
028f3e87 30
f6e09f82
IN
31LibYAML is released under the MIT license.
32See the file LICENSE for more details.
This page took 0.694472 seconds and 5 git commands to generate.