mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
4dc254c0c2
Rice is a C++ interface to Ruby's C API. It provides a type-safe and exception-safe interface in order to make embedding Ruby and writing Ruby extensions with C++ easier. It is similar to Boost.Python in many ways, but also attempts to provide an object-oriented interface to all of the Ruby C API. Approved by: swills (mentor)
7 lines
335 B
Plaintext
7 lines
335 B
Plaintext
Rice is a C++ interface to Ruby's C API. It provides a type-safe and
|
|
exception-safe interface in order to make embedding Ruby and writing Ruby
|
|
extensions with C++ easier. It is similar to Boost.Python in many ways, but
|
|
also attempts to provide an object-oriented interface to all of the Ruby C API.
|
|
|
|
WWW: http://rubygems.org/gems/rice
|