freebsd-ports/devel/rubygem-rice/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

9 lines
509 B
Plaintext

Rice is a C++ header-only library that serves dual purposes. First, it makes it
much easier to create Ruby bindings for existing C++ libraries. Second, it
provides an object oriented interface to Ruby's C API that makes it easy to
embed Ruby and write Ruby extensions in C++.
Rice is similar to Boost.Python and pybind11 in that it minimizes boilerplate
code needed to interface with C++. It does this by automatically determining
type information allowing Ruby object to be converted to C++ and vice versa.