Sha256: b6ed2db7891b05dacbb7ab24912c4d2a3afaca16a5ebe904191fc28169c58c34

Contents?: true

Size: 889 Bytes

Versions: 11

Compression:

Stored size: 889 Bytes

Contents

LibYAML - A C library for parsing and emitting YAML.

The project is in an early stage of development.

To build and install the library, run:
$ ./configure
$ make
# make install

If you checked the source code from the Subversion repository, run
$ ./bootstrap
$ ./configure
$ make
# make install

For more information, check the LibYAML homepage:
'http://pyyaml.org/wiki/LibYAML'.

Post your questions and opinions to the YAML-Core mailing list:
'http://lists.sourceforge.net/lists/listinfo/yaml-core'.

Submit bug reports and feature requests to the LibYAML bug tracker:
'http://pyyaml.org/newticket?component=libyaml'.

LibYAML is written by Kirill Simonov <xi@resolvent.net>.  It is released
under the MIT license.  See the file LICENSE for more details.

This project is developed for Python Software Foundation as a part of
Google Summer of Code under the mentorship of Clark Evans.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
webroar-0.7.0 src/vendor/libyaml/README
webroar-0.6.1 src/vendor/libyaml/README
webroar-0.5.0 src/vendor/libyaml/README
webroar-0.4.0 src/vendor/libyaml/README
webroar-0.3.1 src/vendor/libyaml/README
webroar-0.3.0 src/vendor/libyaml/README
webroar-0.2.6 src/vendor/libyaml/README
webroar-0.2.5 src/vendor/libyaml/README
webroar-0.2.4 src/vendor/libyaml/README
webroar-0.2.3 src/vendor/libyaml/README
webroar-0.2.2 src/vendor/libyaml/README