_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-math-random-isaac 1.004
Propagated dependencies: perl-math-random-isaac-xs@1.004
Channel: guix
Location: gnu/packages/crypto.scm (gnu packages crypto)
Home page: https://metacpan.org/release/Math-Random-ISAAC
Licenses: Public Domain
Synopsis: Perl interface to the ISAAC PRNG algorithm
Description:

ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a fast pseudo-random number generator. It is suitable for applications where a significant amount of random data needs to be produced quickly, such as solving using the Monte Carlo method or for games. The results are uniformly distributed, unbiased, and unpredictable unless you know the seed.

This package provides a Perl interface to the ISAAC pseudo random number generator.

perl-devel-callchecker 0.008
Propagated dependencies: perl-b-hooks-op-check@0.22 perl-dynaloader-functions@0.003
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Devel-CallChecker
Licenses: GPL 1+
Synopsis: Custom op checking attached to subroutines
Description:

This module makes some new features of the Perl 5.14.0 C API available to XS modules running on older versions of Perl. The features are centred around the function cv_set_call_checker, which allows XS code to attach a magical annotation to a Perl subroutine, resulting in resolvable calls to that subroutine being mutated at compile time by arbitrary C code. This module makes cv_set_call_checker and several supporting functions available.

perl-test-distribution 2.00
Propagated dependencies: perl-file-find-rule@0.34 perl-pod-coverage@0.23 perl-test-pod@1.52 perl-test-pod-coverage@1.10
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Distribution
Licenses: GPL 1+
Synopsis: Perform tests on all modules of a distribution
Description:

When used in a test script Test::Distribution goes through all the modules in your distribution, checks their POD, checks that they compile successfully and checks that they all define a $VERSION. In addition, this module performs a number of tests on the distribution itself. It checks that the distributed files match the SIGNATURE file, if that file exists. It checks that the distribution is not missing any core description files. It also checks that the complete set of pre-requisite packages are listed in the Makefile.PL file.

perl-crypt-eksblowfish 0.009
Propagated dependencies: perl-class-mix@0.006
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Crypt-Eksblowfish
Licenses: GPL 1+
Synopsis: The Eksblowfish block cipher
Description:

Eksblowfish is a variant of the Blowfish cipher, modified to make the key setup very expensive. This doesn't make it significantly cryptographically stronger but is intended to hinder brute-force attacks. Eksblowfish is a parameterised (family-keyed) cipher. It takes a cost parameter that controls how expensive the key scheduling is. It also takes a family key, known as the "salt". Cost and salt parameters together define a cipher family. Within each family, the key determines the encryption function. This distribution also includes an implementation of bcrypt, the Unix crypt() password hashing algorithm based on Eksblowfish.

perl-authen-passphrase 0.008
Propagated dependencies: perl-authen-dechpwd@2.007 perl-crypt-des@2.07 perl-crypt-eksblowfish@0.009 perl-crypt-mysql@0.04 perl-crypt-passwdmd5@1.40 perl-crypt-unixcrypt_xs@0.11 perl-data-entropy@0.007 perl-digest-md4@1.9 perl-module-runtime@0.016 perl-params-classify@0.015
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Authen-Passphrase
Licenses: GPL 1+
Synopsis: Hashed passwords/passphrases as objects
Description:

Authen-Passphrase is the base class for a system of objects that encapsulate passphrases. An object of this type is a passphrase recogniser; its job is to recognise whether an offered passphrase is the right one. For security such passphrase recognisers usually do not themselves know the passphrase they are looking for; they can merely recognise it when they see it. There are many schemes in use to achieve this effect and the intent of this class is to provide a consistent interface to them all. In addition to the base class, this module also contains implementations of several specific passphrase schemes.

perl-perlio-utf8-strict 0.007
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/PerlIO-utf8_strict
Licenses: GPL 1+
Synopsis: Fast and correct UTF-8 IO
Description:

PerlIO::utf8_strict provides a fast and correct UTF-8 PerlIO layer. Unlike Perl's default :utf8 layer it checks the input for correctness.

perl-test-useallmodules 0.17
Channel: small-guix
Location: small-guix/packages/ocsinventory-agent.scm (small-guix packages ocsinventory-agent)
Home page: https://metacpan.org/release/Test-UseAllModules
Licenses: GPL 1+
Synopsis: @code{do use_ok()} for all the MANIFESTed modules
Description:

This package provides the Test::UseAllModules Perl module.

perl-class-factory-util 1.7
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-Factory-Util
Licenses: GPL 1+
Synopsis: Utility methods for factory classes
Description:

This module exports methods useful for factory classes.

perl-test-trailingspace 0.0600
Dependencies: perl-file-find-object-rule@0.0311 perl-text-glob@0.11 perl-number-compare@0.03
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-TrailingSpace
Licenses: X11
Synopsis: Test for trailing space in Perl source files
Description:

Test::TrailingSpace tests for trailing spaces in Perl source files.

perl-compress-raw-bzip2 2.204
Channel: guix
Location: gnu/packages/perl-compression.scm (gnu packages perl-compression)
Home page: https://metacpan.org/release/Compress-Raw-Bzip2
Licenses: GPL 1+
Synopsis: Low-level interface to bzip2 compression library
Description:

This module provides a Perl interface to the bzip2 compression library.

perl-feature-compat-try 0.05
Propagated dependencies: perl-syntax-keyword-try@0.28
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Feature-Compat-Try
Licenses: GPL 1+
Synopsis: @code{try/catch} syntax in Perl
Description:

This module provides syntactical support for try/catch control flows.

perl-test-file-contents 0.23
Propagated dependencies: perl-test-pod@1.52 perl-test-pod-coverage@1.10 perl-text-diff@1.45
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-File-Contents
Licenses: GPL 1+
Synopsis: Test routines for examining the contents of files
Description:

Test::File::Contents provides functions for testing the contents of files.

perl-b-hooks-endofscope 0.24
Propagated dependencies: perl-module-runtime@0.016 perl-module-implementation@0.09 perl-sub-exporter-progressive@0.001013 perl-variable-magic@0.62
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/B-Hooks-EndOfScope
Licenses: GPL 1+
Synopsis: Execute code after a scope finished compilation
Description:

This module allows you to execute code when perl finished compiling the surrounding scope.

perl-lwp-protocol-https 6.09
Propagated dependencies: perl-io-socket-ssl@2.081 perl-libwww@6.67 perl-mozilla-ca@20240313 perl-net-http@6.22
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/LWP-Protocol-https
Licenses: GPL 1+
Synopsis: HTTPS support for LWP::UserAgent
Description:

The LWP::Protocol::https module provides support for using https schemed URLs with LWP.

perl-test-writevariants 0.014
Propagated dependencies: perl-data-tumbler@0.010 perl-file-homedir@1.004 perl-module-pluggable@5.2 perl-module-runtime@0.016
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-WriteVariants
Licenses: GPL 1+
Synopsis: Dynamic generation of tests
Description:

The Test::WriteVariants module provides for the dynamic generation of tests in nested combinations of contexts.

perl-data-dump-streamer 2.42
Propagated dependencies: perl-algorithm-diff@1.1903 perl-b-utils@0.27 perl-cpanel-json-xs@4.30 perl-padwalker@2.3
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Dump-Streamer
Licenses: GPL 1+
Synopsis: Accurately serialize a data structure as Perl code.
Description:

Data::Dump::Streamer provides ways to accurately serialize a data structure as Perl code.

perl-catalyst-view-json 0.37
Dependencies: perl-catalyst-runtime@5.90124 perl-json-maybexs@1.004003 perl-mro-compat@0.13
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Catalyst-View-JSON
Licenses: GPL 1+
Synopsis: Catalyst JSON view
Description:

Catalyst::View::JSON is a Catalyst View handler that returns stash data in JSON format.

perl-snowball-norwegian 1.2
Channel: guix
Location: gnu/packages/language.scm (gnu packages language)
Home page: https://metacpan.org/release/Snowball-Norwegian
Licenses: GPL 1+
Synopsis: Porters stemming algorithm for Norwegian
Description:

Lingua::Stem::Snowball::No is a perl port of the norwegian stemmer at http://snowball.tartarus.org.

perl-file-sharedir-dist 0.07
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-ShareDir-Dist
Licenses: GPL 1+
Synopsis: Locate per-dist shared files
Description:

File::ShareDir::Dist finds share directories for distributions. It is a companion module to File::ShareDir.

perl-http-request-ascgi 1.2
Propagated dependencies: perl-class-accessor@0.51 perl-http-message@6.37
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTTP-Request-AsCGI
Licenses: GPL 1+
Synopsis: Set up a CGI environment from an HTTP::Request
Description:

This module provides a convenient way to set up a CGI environment from an HTTP::Request.

perl-test-www-mechanize 1.52
Propagated dependencies: perl-carp-assert-more@1.26 perl-html-form@6.05 perl-html-lint@2.32 perl-http-server-simple@0.52 perl-libwww@6.67 perl-test-longstring@0.17 perl-www-mechanize@1.91
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Test-WWW-Mechanize
Licenses: Artistic License 2.0
Synopsis: Testing-specific WWW::Mechanize subclass
Description:

Test::WWW::Mechanize is a subclass of the Perl module WWW::Mechanize that incorporates features for web application testing.

perl-sql-splitstatement 1.00023
Propagated dependencies: perl-class-accessor@0.51 perl-list-moreutils@0.430 perl-regexp-common@2017060201 perl-sql-tokenizer@0.24
Channel: guix
Location: gnu/packages/databases.scm (gnu packages databases)
Home page: https://metacpan.org/release/SQL-SplitStatement
Licenses: GPL 1+
Synopsis: Split SQL code into atomic statements
Description:

This module tries to split any SQL code, even including non-standard extensions, into the atomic statements it is composed of.

perl-musicbrainz-discid 0.06
Dependencies: libdiscid@0.6.4
Channel: guix
Location: gnu/packages/music.scm (gnu packages music)
Home page: https://metacpan.org/release/MusicBrainz-DiscID
Licenses: GPL 2
Synopsis: Perl interface to the MusicBrainz libdiscid library
Description:

The MusicBrainz::DiscID module is a Perl interface to the MusicBrainz libdiscid library, allowing you to manipulate digital audio compact disc (CDDA) identifiers.

perl-business-isbn-data 20140910.003
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Business-ISBN-Data
Licenses: GPL 1+
Synopsis: Data files for Business::ISBN
Description:

This package provides a data pack for Business::ISBN. These data are generated from the RangeMessage.xml file provided by the ISBN Agency.

Total results: 985