libextutils-libbuilder-perl

Perl module to compile standard, self-contained C libraries

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.

libpocoactiverecord100

C++ Portable Components (POCO) ActiveRecord library

The POCO C++ Libraries are a collection of open source C++ class libraries that simplify and accelerate the development of network-centric, portable applications in C++. The libraries integrate perfectly with the C++ Standard Library and fill many of the functional gaps left open by it.

libpococrypto100

C++ Portable Components (POCO) Crypto library

The POCO C++ Libraries are a collection of open source C++ class libraries that simplify and accelerate the development of network-centric, portable applications in C++. The libraries integrate perfectly with the C++ Standard Library and fill many of the functional gaps left open by it.

libpocodata100

C++ Portable Components (POCO) Data library

The POCO C++ Libraries are a collection of open source C++ class libraries that simplify and accelerate the development of network-centric, portable applications in C++. The libraries integrate perfectly with the C++ Standard Library and fill many of the functional gaps left open by it.

libpackage-new-perl

simple base package from which to inherit

The Package::New object provides a consistent constructor for objects, similar to Package::Base or Object::Tiny. It provides the methods 'new' and 'initialize', as well as a method 'dump' for debugging through Package::New::Dump.

libppi-perl

module to parse, analyze and manipulate Perl code

PPI provides the ability to parse, analyze and manipulate Perl code without actually executing the code, by implementing a lexer similar to what perl has itself internally.