|
Revision 266, 1.0 kB
(checked in by xi, 11 months ago)
|
Drop doxygen support, add more API documentation, API changes.
|
| Line | |
|---|
| 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 Subversion repository, run |
|---|
| 9 |
$ ./bootstrap |
|---|
| 10 |
$ ./configure |
|---|
| 11 |
$ make |
|---|
| 12 |
# make install |
|---|
| 13 |
|
|---|
| 14 |
For the API reference, check the file 'include/yaml.h'. Examples on how to use |
|---|
| 15 |
LibYAML could be found in the 'tests' directory. |
|---|
| 16 |
|
|---|
| 17 |
Check the LibYAML homepage for more information: |
|---|
| 18 |
'http://pyyaml.org/wiki/LibYAML'. |
|---|
| 19 |
|
|---|
| 20 |
Post your questions and opinions to the YAML-Core mailing list: |
|---|
| 21 |
'http://lists.sourceforge.net/lists/listinfo/yaml-core'. |
|---|
| 22 |
|
|---|
| 23 |
Submit bug reports and feature requests to the LibYAML bug tracker: |
|---|
| 24 |
'http://pyyaml.org/newticket?component=libyaml'. |
|---|
| 25 |
|
|---|
| 26 |
LibYAML is written by Kirill Simonov <xi@resolvent.net>. It is released |
|---|
| 27 |
under the MIT license. See the file LICENSE for more details. |
|---|
| 28 |
|
|---|
| 29 |
The initial version of this project was developed for Python Software |
|---|
| 30 |
Foundation under the mentorshipf of Clark Evans as a part of Google Summer of |
|---|
| 31 |
Code 2006. |
|---|