libextutils-xspp-perl

Module for using perl xs with c++ code
  https://metacpan.org/release/ExtUtils-XSpp
  0
  no reviews



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'.