xspp
module for using Perl XS with C++ code
Install
- All systems
-
curl cmd.cat/xspp.sh
- Debian
-
apt-get install libextutils-xspp-perl
- Ubuntu
-
apt-get install libextutils-xspp-perl
- 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
- Dockerfile
- dockerfile.run/xspp
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'.