libextutils-libbuilder-perl

Perl module to compile standard, self-contained c libraries
  https://metacpan.org/release/ExtUtils-LibBuilder
  0
  no reviews



Some perl modules need to ship c libraries together with their perl code. although there are mechanisms to compile and link (or glue) c code in your perl programs, there isn't a clear method to compile standard, self-contained c libraries.

extutils::libbuilder's main goal is to help in that task.