The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:pp"

pp - PAR Packager River stage one • 5 direct dependents • 6 total dependents

pp creates standalone executables from Perl programs, using the compressed packager provided by PAR, and dependency detection heuristics offered by Module::ScanDeps. Source files are compressed verbatim without compilation. You may think of pp as "pe...

RSCHUPP/PAR-Packer-1.063 - 15 Mar 2024 12:57:23 UTC

DDC::PP - pure-perl drop-in replacements for DDC::XS module River stage one • 1 direct dependent • 2 total dependents

This package doesn't do anything but load the pure-perl drop-in replacements for the DDC::XS modules. See submodule documentation for details. The code in this module is a pure-perl implementation of the original DDC C++ and XS code, based on DDC::XS...

MOOCOW/DDC-Concordance-0.50 - 08 Dec 2020 13:06:22 UTC

Pod::PP - POD pre-processor River stage zero No dependents

The "Pod::PP" module is a POD pre-processor built on top of "Pod::Parser". The helper script podpp provides a pre-processor command for POD, whose interface is very much like cpp, the C pre-processor. However, unlike C, the "Pod::PP" processing is no...

RAM/Pod-PP-0.1.2 - 01 Dec 2001 14:11:17 UTC

Chj::pp - pretty printing as a debugging help River stage zero No dependents

PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC

BSON::PP - Pure Perl BSON implementation River stage one • 6 direct dependents • 7 total dependents

This module contains the pure-Perl implementation for BSON encoding and decoding. There is no public API. Use the BSON module and it will choose the best implementation for you....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC

CBOR::PP - CBOR in pure Perl River stage zero No dependents

This library implements a CBOR <https://tools.ietf.org/html/rfc7049> encoder and decoder in pure Perl. This module itself is a syntactic convenience. For details about what CBOR::PP can and can’t do, see the underlying CBOR::PP::Encode and CBOR::PP::...

FELIPE/CBOR-PP-0.05 - 30 Jan 2020 06:05:05 UTC

JSON::PP - JSON::XS compatible pure-Perl module. River stage five • 219 direct dependents • 19622 total dependents

JSON::PP is a pure perl JSON decoder/encoder, and (almost) compatible to much faster JSON::XS written by Marc Lehmann in C. JSON::PP works as a fallback module when you use JSON module without having installed JSON::XS. Because of this fallback featu...

ISHIGAKI/JSON-PP-4.16 - 30 Dec 2022 04:33:20 UTC

Clone::PP - Recursively copy Perl datatypes River stage three • 14 direct dependents • 903 total dependents

This module provides a general-purpose clone function to make deep copies of Perl data structures. It calls itself recursively to copy nested hash, array, scalar and reference types, including tied variables and objects. The clone() function takes a ...

NEILB/Clone-PP-1.08 - 20 Oct 2020 10:51:40 UTC

Qhull::PP - Pure Perl interface to Qhull River stage zero No dependents

This is a pure-Perl interface to qhull. It passes input to the qhull executable and parses and returns the results....

DJERIUS/Qhull-0.05 - 11 Mar 2024 14:52:23 UTC

Config::PP - lightweight configuration file manager that uses Pure Perl to serialize. River stage zero No dependents

Config::PP is lightweight configuration file manager that uses Pure Perl to serialize....

PUNYTAN/Config-PP-0.04 - 09 Mar 2012 08:53:44 UTC

NgxQueue::PP - NgxQueue Pure-Perl backend River stage zero No dependents

TYPESTER/NgxQueue-0.02 - 13 Mar 2013 07:55:07 UTC

SkewHeap::PP - a fast and flexible heap structure River stage zero No dependents

A skew heap is a memory efficient, self-adjusting heap with an amortized performance of O(log n) or better. "SkewHeap:PP" is implemented in pure perl, yet performs comparably to SkewHeap. The key feature of a skew heap is the ability to quickly and e...

JEFFOBER/SkewHeap-PP-0.02 - 26 Jun 2020 18:00:16 UTC

JSON - JSON (JavaScript Object Notation) encoder/decoder River stage four • 1544 direct dependents • 3401 total dependents

This module is a thin wrapper for JSON::XS-compatible modules with a few additional features. All the backend modules convert a Perl data structure to a JSON text and vice versa. This module uses JSON::XS by default, and when JSON::XS is not availabl...

ISHIGAKI/JSON-4.10 - 09 Oct 2022 00:11:31 UTC

YAML::PP - YAML 1.2 processor River stage three • 37 direct dependents • 167 total dependents

YAML::PP is a modular YAML processor. It aims to support "YAML 1.2" and "YAML 1.1". See <https://yaml.org/>. Some (rare) syntax elements are not yet supported and documented below. YAML is a serialization language. The YAML input is called "YAML Stre...

TINITA/YAML-PP-v0.38.0 - 29 Jan 2024 23:29:38 UTC

DDC::PP::Constants - pure-perl DDC::XS clone: constants River stage one • 1 direct dependent • 2 total dependents

The DDC::PP::Constants is pure-perl fork of the DDC::XS::Constants module....

MOOCOW/DDC-Concordance-0.50 - 08 Dec 2020 13:06:22 UTC

Evo::Lib::PP River stage one • 1 direct dependent • 1 total dependent

ALEXBYK/Evo-0.0405 - 18 Jul 2017 22:54:34 UTC

Net::AMQP::PP - Nasty hack for when you want pure perl AnyEvent::RabbitMQ River stage zero No dependents

This module horribly monkeypatches NET::AMQP to avoid it's need to load XML::LibXML. This code does disgusting things, and should be considered alpha quality. It uses the flavour of the AMQP spec inlined into AnyEvent::RabbitMQ to be compatible with ...

BOBTFISH/Net-AMQP-PP-0.01 - 08 Mar 2012 21:27:24 UTC

YAML::PP::Ref - Generated Reference Parser backend for YAML::PP River stage zero No dependents

The <https://yaml.org/> YAML Specification can be used to generate a YAML Parser from it. Ingy has done that for several languages, and the one for Perl can be found here: <https://metacpan.org/dist/YAML-Parser>. This module exchanges the default YAM...

TINITA/YAML-PP-Ref-0.02 - 08 Mar 2022 18:39:25 UTC

Ref::Util::PP - pure-Perl version of Ref::Util River stage three • 141 direct dependents • 439 total dependents

This module provides a pure-Perl implementation of the functions in Ref::Util. Ref::Util:PP will be used automatically if Ref::Util is installed on a system with no C compiler, but you can force its usage by setting either $Ref::Util::IMPLEMENTATION ...

ARC/Ref-Util-0.204 - 19 Apr 2018 11:23:10 UTC

DDC::PP::CQuery - pure-perl implementation of DDC::XS::CQuery River stage one • 1 direct dependent • 2 total dependents

The DDC::PP::CQuery class is a pure-perl fork of the DDC::XS::CQuery class, which see for details....

MOOCOW/DDC-Concordance-0.50 - 08 Dec 2020 13:06:22 UTC
170 results (0.027 seconds)