Last change
on this file since 1673 was
898,
checked in by hartmans, 16 years ago
|
Add pyyaml and libyaml packages
backported from lenny.
There is discussion about how these should go in the repository; these are added in this form
in order to make forward progress.
|
File size:
889 bytes
|
Line | |
---|
1 | LibYAML - A C library for parsing and emitting YAML. |
---|
2 | |
---|
3 | The project is in an early stage of development. |
---|
4 | |
---|
5 | To build and install the library, run: |
---|
6 | $ ./configure |
---|
7 | $ make |
---|
8 | # make install |
---|
9 | |
---|
10 | If you checked the source code from the Subversion repository, run |
---|
11 | $ ./bootstrap |
---|
12 | $ ./configure |
---|
13 | $ make |
---|
14 | # make install |
---|
15 | |
---|
16 | For more information, check the LibYAML homepage: |
---|
17 | 'http://pyyaml.org/wiki/LibYAML'. |
---|
18 | |
---|
19 | Post your questions and opinions to the YAML-Core mailing list: |
---|
20 | 'http://lists.sourceforge.net/lists/listinfo/yaml-core'. |
---|
21 | |
---|
22 | Submit bug reports and feature requests to the LibYAML bug tracker: |
---|
23 | 'http://pyyaml.org/newticket?component=libyaml'. |
---|
24 | |
---|
25 | LibYAML is written by Kirill Simonov <xi@resolvent.net>. It is released |
---|
26 | under the MIT license. See the file LICENSE for more details. |
---|
27 | |
---|
28 | This project is developed for Python Software Foundation as a part of |
---|
29 | Google Summer of Code under the mentorship of Clark Evans. |
---|
Note: See
TracBrowser
for help on using the repository browser.