Download Latest Version qore-0.8.11.tar.bz2 (20.1 MB)
Email in envelope

Get an email when there's a new version of Qore Programming Language

Name Modified Size InfoDownloads / Week
Parent folder
ChangeLog 2010-06-20 3.9 kB
qore-yaml-module-0.0.1-1.fc12.x86_64.rpm 2010-06-15 99.5 kB
qore-yaml-module-0.0.1-1.rhel5.i386.rpm 2010-06-15 107.2 kB
qore-yaml-module-0.0.1-1.opensuse11_2.x86_64.rpm 2010-06-15 98.3 kB
qore-yaml-module-0.0.1-1.rhel5.x86_64.rpm 2010-06-15 107.4 kB
qore-yaml-module-0.0.1.tar.gz 2010-06-15 410.5 kB
README 2010-06-14 1.2 kB
RELEASE-NOTES 2010-06-14 157 Bytes
Totals: 8 Items   828.3 kB 0
Qore YAML module (yaml)

INTRODUCTION
------------
The Qore yaml module provides simple de/serialization between Qore data and YAML strings.
For more information about YAML, see:
    	http://www.yaml.org

Basically this module provides a simple Qore-language API to libyaml
	http://pyyaml.org/wiki/LibYAML

Conversions are supported with all Qore data types (except objects and NULL) with no information loss.
Qore objects are currently not serialized, and NULL is serialized as YAML 'null'; deserialized as Qore NOTHING.

see README and docs for more information


BUILDING
--------
Requires qore 0.8.0+ and libyaml 0.1.3+ to build and run

to configure the build, execute
   	configure --disable-debug

if the qore library cannot be found, then you can use:
   	configure --disable-debug --with-qore=<dir>

if libyaml cannot be found, then you can use:
   	configure --disable-debug --with-libyaml=<dir>

The qore binary also needs to be in the path so configure can determine the module directory

Then execute

make && make install

(or 'make && sudo make install' as needed)

please direct any questions to:
david@qore.org

or you can post in the qore forums at
        http://qore.org/forums
Source: README, updated 2010-06-14