xspp

module for using Perl XS with C++ code

Install

All systems
curl cmd.cat/xspp.sh
Debian Debian
apt-get install libextutils-xspp-perl
Ubuntu
apt-get install libextutils-xspp-perl
image/svg+xml Kali Linux
apt-get install libextutils-xspp-perl
Fedora
dnf install libextutils-xspp-perl
Windows (WSL2)
sudo apt-get update sudo apt-get install libextutils-xspp-perl
Raspbian
apt-get install libextutils-xspp-perl

libextutils-xspp-perl

module for using Perl XS with C++ code

ExtUtils::XSpp is a Perl module that implements XS++, a thin layer on top of plain XS designed to support C++ code. It allows developers to easily write Perl bindings to C++ code by compiling code using the XS++ preprocessor `xspp' instead of the normal XS preprocessor `xsubpp'.

perl-ExtUtils-XSpp-1

0.18-13.fc29.noarch : C++ variant of Perl's XS language