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

Search results for "SMUELLER"

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 - Search in distribution

lib - manipulate @INC at compile time River stage five • 1109 direct dependents • 23300 total dependents

This is a small simple module which simplifies the manipulation of @INC at compile time. It is typically used to add extra directories to perl's search path so that later "use" or "require" statements will find modules which are not located on perl's...

SMUELLER/lib-0.63 - 20 Nov 2010 01:18:58 UTC - Search in distribution

Redis - Perl binding for Redis database River stage two • 72 direct dependents • 85 total dependents

Pure perl bindings for <https://redis.io/> This version supports protocol 2.x (multi-bulk) or later of Redis available at <https://github.com/antirez/redis/>. This documentation lists commands which are exercised in test suite, but additional command...

DAMS/Redis-2.000 - 13 Jan 2023 22:13:53 UTC - Search in distribution

PAR - Perl Archive Toolkit River stage two • 7 direct dependents • 14 total dependents

This module lets you use special zip files, called Perl Archives, as libraries from which Perl modules can be loaded. It supports loading XS modules by overriding DynaLoader bootstrapping methods; it writes shared object file to a temporary file at t...

RSCHUPP/PAR-1.020 - 04 Mar 2024 10:49:29 UTC - Search in distribution

ZeroMQ - A ZeroMQ2 wrapper for Perl (DEPRECATED) River stage one • 6 direct dependents • 7 total dependents

Please note that this module has been DEPRECATED in favor of ZMQ::LibZMQ2, ZMQ::LibZMQ3, and ZMQ. see https://github.com/lestrrat/p5-ZMQ and other CPAN pages. The "ZeroMQ" module is a wrapper of the 0MQ message passing library for Perl. It's a thin w...

DMAKI/ZeroMQ-0.23 - 16 Oct 2012 10:49:44 UTC - Search in distribution

SOOT - Use ROOT from Perl River stage one • 2 direct dependents • 2 total dependents

SOOT is a Perl extension for using the ROOT library. It is very similar to the Ruby-ROOT or PyROOT extensions for their respective languages. Specifically, SOOT was implemented after the model of Ruby-ROOT. Please note that SOOT is to be considered h...

SMUELLER/SOOT-0.17 - 25 Dec 2011 15:11:01 UTC - Search in distribution

Padre - Perl Application Development and Refactoring Environment River stage two • 56 direct dependents • 56 total dependents

Configuration The application maintains its configuration information in a directory called .padre. Other On Strawberry Perl you can associate .pl file extension with C:\strawberry\perl\bin\wxperl and then you can start double clicking on the applica...

SZABGAB/Padre-1.02 - 14 Jun 2023 07:09:43 UTC - Search in distribution

ppd2par - Create PAR distributions from PPD XML files River stage one • 2 direct dependents • 2 total dependents

This script creates PAR distributions from packages for the *Perl Package Manager* which is specific to ActiveState's perl distributions. In order to do this, ppd2par parses a PPD document (which is XML). The PPD document contains meta data and URIs ...

SMUELLER/PAR-Dist-FromPPD-0.03 - 21 Dec 2006 17:18:08 UTC - Search in distribution

pmumps - Stand alone ionterpreter for Language::Mumps River stage zero No dependents

Translate a Mumps file to perl and run. (Unless -t option is used for translate only). Use -c to cache the compiled Perl script for next executions. If you use -f, pmumps will treat leading 8 spaces in a line as a leading tab....

SMUELLER/Language-Mumps-1.08 - 06 Nov 2006 09:06:00 UTC - Search in distribution

cpan2par - Create PAR distributions from CPAN River stage zero No dependents

This script creates PAR distributions from any number of modules from CPAN. The only mandatory parameter is a pattern matching the modules you wish to create PAR distributions from. This works the same way as, for example "cpan install MODULEPATTERN"...

SMUELLER/PAR-Dist-FromCPAN-1.11 - 19 Jul 2009 08:43:02 UTC - Search in distribution

ZMQ::LibZMQ3 - A libzmq 3.x wrapper for Perl River stage one • 4 direct dependents • 4 total dependents

The "ZMQ::LibZMQ3" module is a wrapper of the 0MQ message passing library for Perl. Before you start using this module, please make sure you have read and understood the zguide. http://zguide.zeromq.org/page:all For specifics on each function, please...

DMAKI/ZMQ-LibZMQ3-1.19 - 28 Oct 2014 05:35:11 UTC - Search in distribution

Math::Clipper - Polygon clipping in 2D River stage zero No dependents

"Clipper" is a C++ (and Delphi) library that implements polygon clipping. Exports The module optionally exports a few constants to your namespace. Standard Exporter semantics apply (including the ":all" tag). The list of exportable constants is compr...

SHELDRAKE/Math-Clipper-1.29 - 17 May 2019 07:01:25 UTC - Search in distribution

XS::TCC - Embed, wrap & compile C code in Perl without going to disk River stage zero No dependents

Before you consider adopting this module, please have a look at the C::Blocks module. "C::Blocks" is a more powerful, more lovingly maintained piece of software. Due to current (as of early 2017) scarcity of spare time on my part, you can't expect to...

SMUELLER/XS-TCC-0.05 - 02 Jan 2017 15:19:18 UTC - Search in distribution

Dumbbench - More reliable benchmarking with the least amount of thinking River stage three • 6 direct dependents • 247 total dependents

This module attempts to implement reasonably robust benchmarking with little extra effort and expertise required from the user. That is to say, benchmarking using this module is likely an improvement over time some-command --to --benchmark or use Ben...

BDFOY/Dumbbench-0.503 - 21 Apr 2022 08:49:55 UTC - Search in distribution

Sereal::Decoder - Fast, compact, powerful binary deserialization River stage three • 29 direct dependents • 112 total dependents

This library implements a deserializer for an efficient, compact-output, and feature-rich binary protocol called *Sereal*. Its sister module Sereal::Encoder implements an encoder for this format. The two are released separately to allow for independe...

YVES/Sereal-Decoder-5.004 - 19 Apr 2023 13:20:25 UTC - Search in distribution

Sereal::Encoder - Fast, compact, powerful binary serialization River stage three • 31 direct dependents • 110 total dependents

This library implements an efficient, compact-output, and feature-rich serializer using a binary protocol called *Sereal*. Its sister module Sereal::Decoder implements a decoder for this format. The two are released separately to allow for independen...

YVES/Sereal-Encoder-5.004 - 19 Apr 2023 13:20:36 UTC - Search in distribution

AutoXS - Speed up your code after compile time River stage zero No dependents

*Warning:* This module contains some scary code. I'm not even sure it abides by the official Perl API totally. Furthermore, it's my first *real* XS module. It abuses some features of the XS/XSUB syntax. If you break it, you get to keep both halves. T...

SMUELLER/AutoXS-0.04 - 04 May 2008 18:41:35 UTC - Search in distribution

Sereal - Fast, compact, powerful binary (de-)serialization River stage two • 24 direct dependents • 39 total dependents

*Sereal* is an efficient, compact-output, binary and feature-rich serialization protocol. The Perl encoder is implemented as the Sereal::Encoder module, the Perl decoder correspondingly as Sereal::Decoder. They are distributed separately to allow for...

YVES/Sereal-5.004 - 19 Apr 2023 13:20:14 UTC - Search in distribution

Astro::Nova - Perl interface to libnova River stage zero No dependents

A libnova wrapper that includes a copy of libnova 0.15.0 itself for static linking. See "COPYRIGHT AND LICENSE" for licensing details. The goal of this documentation is to document the Perl wrapper, not to reproduce the entire libnova documentation. ...

SMUELLER/Astro-Nova-0.07 - 15 Nov 2013 06:55:22 UTC - Search in distribution

Math::Symbolic - Symbolic calculations River stage two • 32 direct dependents • 34 total dependents

Math::Symbolic is intended to offer symbolic calculation capabilities to the Perl programmer without using external (and commercial) libraries and/or applications. Unless, however, some interested and knowledgable developers turn up to participate in...

SMUELLER/Math-Symbolic-0.612 - 17 Jun 2013 07:19:34 UTC - Search in distribution
154 results (0.077 seconds)