https://github.com/cesare/ruby-libc-libyaml
Ruby binging of libyaml library, YAML::LibYAML
https://github.com/cesare/ruby-libc-libyaml
Last synced: 4 months ago
JSON representation
Ruby binging of libyaml library, YAML::LibYAML
- Host: GitHub
- URL: https://github.com/cesare/ruby-libc-libyaml
- Owner: cesare
- License: other
- Created: 2008-12-17T15:43:18.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2011-10-21T12:14:39.000Z (over 13 years ago)
- Last Synced: 2025-03-09T17:38:21.800Z (4 months ago)
- Language: C
- Homepage: http://groups.google.co.jp/group/ruby-libc-libyaml
- Size: 180 KB
- Stars: 17
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
libyaml binding for ruby.
== Example
require 'yaml/libyaml'
yobj = YAML::LibYAML.load_file('example.yaml')
YAML::LibYAML.dump(yobj) #=> yaml format stringNOTE: This library is early development. So API may change in future.
== Description
== Build & Testing
rake spec
If you want to test on ruby 1.9, please use ruby with -S option.
ruby19 -S rake spec== SEE ALSO
- YAML: http://yaml.org/
- libyaml: http://pyyaml.org/wiki/LibYAML
- compare yaml library features between Perl, Ruby, Python, Java: http://gihyo.jp/dev/serial/01/yaml_library ( Japanease Only )== Contact
IRC: #ruby-libc-libyaml@freenode
ML: http://groups.google.co.jp/group/ruby-libc-libyaml