Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cesare/ruby-libc-libyaml
Ruby binging of libyaml library, YAML::LibYAML
https://github.com/cesare/ruby-libc-libyaml
Last synced: 18 days 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 (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2011-10-21T12:14:39.000Z (about 13 years ago)
- Last Synced: 2024-07-31T22:56:32.355Z (3 months ago)
- Language: C
- Homepage: http://groups.google.co.jp/group/ruby-libc-libyaml
- Size: 180 KB
- Stars: 17
- Watchers: 6
- 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