Changeset 220 for libyaml/trunk/README
- Timestamp:
- 08/01/06 07:28:16 (6 years ago)
- Files:
-
- 1 modified
-
libyaml/trunk/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libyaml/trunk/README
r169 r220 1 libyaml- A C library for parsing and emitting YAML.1 LibYAML - A C library for parsing and emitting YAML. 2 2 3 The project is in an early stage of development and not usable for end users.3 The project is in an early stage of development. 4 4 5 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 6 11 $ ./bootstrap 7 12 $ ./configure 8 13 $ make 9 $ make check10 14 # make install 11 15 12 For more information, check the libyamlhomepage:16 For more information, check the LibYAML homepage: 13 17 'http://pyyaml.org/wiki/LibYAML'. 14 18 … … 16 20 'http://lists.sourceforge.net/lists/listinfo/yaml-core'. 17 21 18 Submit bug reports and feature requests to the libyamlbug tracker:22 Submit bug reports and feature requests to the LibYAML bug tracker: 19 23 'http://pyyaml.org/newticket?component=libyaml'. 20 24 21 libyamlis written by Kirill Simonov <xi@resolvent.net>. It is released25 LibYAML is written by Kirill Simonov <xi@resolvent.net>. It is released 22 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.
