ruby-sys 0.1.2

Low level bindings to MRI, Matz's Ruby Interpreter.
Documentation
[package]
name = "ruby-sys"
version = "0.1.2"
authors = ["Steve Klabnik <steve@steveklabnik.com>",
           "Dmitry Gritsay <unseductable@gmail.com>"]
description = "Low level bindings to MRI, Matz's Ruby Interpreter."
documentation = "http://d-unseductable.github.io/ruru/ruby-sys/index.html"
homepage = "https://github.com/d-unseductable/ruru/ruby-sys"
repository = "https://github.com/d-unseductable/ruru/ruby-sys"
keywords = ["ruby"]
license = "MIT"

build = "build.rs"
links = "ruby"

[dependencies]
libc = "0.2.10"