Files
pkgsrc-ng/devel/p5-ExtUtils-LibBuilder/DESCR
2013-09-26 17:14:40 +02:00

7 lines
288 B
Plaintext

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.
This module main goal is to help in that task.