libmath-prime-util-perl

utilities related to prime numbers, including fast sieves and factoring

Math::Prime::Util is a set of perl utilities related to prime numbers. These include multiple sieving methods, is_prime, prime_count, nth_prime, approximations and bounds for the prime_count and nth prime, next_prime and prev_prime, factoring utilities, and more.

nix-bin

Purely functional package manager (binaries)

A powerful package manager for Linux and other Unix systems that makes package management reliable and reproducible. Nix provides atomic upgrades and rollbacks, side-by-side installation of multiple versions of a package, multi-user package management and easy setup of build environments.

libprivileges-drop-perl

module to make it simple to drop all privileges

Privileges::Drop tries to simplify the process of dropping privileges. This can be useful when your Perl program needs to bind to privileged ports, etc. This module is much like Proc::UID, except that it's implemented in pure Perl. Special care has been taken to also drop saved uid on platforms that support this, currently only tested on Linux.

libghc-fb-prof

bindings to Facebook API; profiling libraries

This package exports bindings to Facebook's APIs.

libapp-repl-perl

container for functions for the iperl program

App::REPL module contains functions that the iperl program automatically imports into any package it enters, for interactive convenience.

libmoosex-aliases-perl

Moose extension for easy aliasing of methods and attributes

MooseX::Aliases is an extension to Moose that facilitates simple aliasing of methods and attributes. It provides an alias parameter for has() to generate aliased accessors as well as the standard ones. Further, attributes can also be initialized in the constructor via their aliased names.