aboutsummaryrefslogtreecommitdiffstats
path: root/devel/rubygem-extpp/pkg-descr
blob: 04721297075e5de6cf8f692c4123f15aa44ba7a4 (plain) (blame)
1
2
3
4
5
6
7
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++.