]> andersk Git - libyaml.git/blame - README
Add Vcs-Git and Vcs-Browser to debian/control.
[libyaml.git] / README
CommitLineData
028f3e87 1LibYAML - A C library for parsing and emitting YAML.
cec6fc98 2
028f3e87 3The project is in an early stage of development.
cec6fc98
KS
4
5To build and install the library, run:
028f3e87
KS
6$ ./configure
7$ make
8# make install
9
10If you checked the source code from the Subversion repository, run
cec6fc98
KS
11$ ./bootstrap
12$ ./configure
13$ make
cec6fc98
KS
14# make install
15
028f3e87 16For more information, check the LibYAML homepage:
cec6fc98
KS
17'http://pyyaml.org/wiki/LibYAML'.
18
19Post your questions and opinions to the YAML-Core mailing list:
20'http://lists.sourceforge.net/lists/listinfo/yaml-core'.
21
028f3e87 22Submit bug reports and feature requests to the LibYAML bug tracker:
cec6fc98
KS
23'http://pyyaml.org/newticket?component=libyaml'.
24
028f3e87 25LibYAML is written by Kirill Simonov <xi@resolvent.net>. It is released
cec6fc98 26under the MIT license. See the file LICENSE for more details.
028f3e87
KS
27
28This project is developed for Python Software Foundation as a part of
29Google Summer of Code under the mentorship of Clark Evans.
This page took 0.162098 seconds and 5 git commands to generate.