opnsense-ports/devel/rubygem-extpp/pkg-descr
Franco Fichtner 72afd80bda */*: sync with upstream
Taken from: FreeBSD
2022-10-05 08:15:46 +02:00

7 lines
313 B
Text

Ext++ is a Ruby extension that provides C++ API for writing Ruby extension.
You can write your Ruby extension easier than Ruby's C API. Because Ext++'s C++
API reduces duplicated code needed for Ruby's C API.
You can use all Ruby's C API without any adapter layer. Because you can use C
API directory from C++.