]> andersk Git - libyaml.git/blame - README
Add `make test-all` to travis
[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
b608c76f 8If you checked the source code from the Mercurial repository, run
cec6fc98
KS
9$ ./bootstrap
10$ ./configure
11$ make
cec6fc98
KS
12# make install
13
028f3e87 14For more information, check the LibYAML homepage:
cec6fc98
KS
15'http://pyyaml.org/wiki/LibYAML'.
16
17Post your questions and opinions to the YAML-Core mailing list:
18'http://lists.sourceforge.net/lists/listinfo/yaml-core'.
19
028f3e87 20Submit bug reports and feature requests to the LibYAML bug tracker:
bc67233b 21'https://github.com/yaml/libyaml/issues/new'.
cec6fc98 22
028f3e87 23LibYAML is written by Kirill Simonov <xi@resolvent.net>. It is released
cec6fc98 24under the MIT license. See the file LICENSE for more details.
028f3e87
KS
25
26This project is developed for Python Software Foundation as a part of
27Google Summer of Code under the mentorship of Clark Evans.
This page took 0.1368 seconds and 5 git commands to generate.