_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-test-mockrandom 1.01
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-MockRandom
Licenses: ASL 2.0
Build system: perl
Synopsis: Replaces random number generation with non-random number generation
Description:

This module can test routines that manipulate random numbers by providing a known output from rand. Given a list of seeds with srand, it will return each in turn. After seeded random numbers are exhausted, it will always return 0. Seed numbers must be of a form that meets the expected output from rand as called with no arguments: they must be between 0 (inclusive) and 1 (exclusive). In order to facilitate generating and testing a nearly-one number, this module exports the function oneish, which returns a number just fractionally less than one.

perl-params-classify 0.015
Propagated dependencies: perl-devel-callchecker@0.008
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Params-Classify
Licenses: GPL 1+
Build system: perl
Synopsis: Argument type classification
Description:

This module provides various type-testing functions. These are intended for functions that care what type of data they are operating on. There are two flavours of function. Functions of the first flavour provide type classification only. Functions of the second flavour also check that an argument is of an expected type. The type enforcement functions handle only the simplest requirements for arguments of the types handled by the classification functions. Enforcement of more complex types may be built using the classification functions, or it may be more convenient to use a module designed for the more complex job, such as Params::Validate

perl-async-interrupt 1.26
Propagated dependencies: perl-common-sense@3.75
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Async-Interrupt
Licenses: GPL 1+
Build system: perl
Synopsis: Allow C/XS libraries to interrupt perl asynchronously
Description:

Async::Interrupt implements a single feature only of interest to advanced perl modules, namely asynchronous interruptions (think "UNIX signals", which are very similar).

Sometimes, modules wish to run code asynchronously (in another thread, or from a signal handler), and then signal the perl interpreter on certain events. One common way is to write some data to a pipe and use an event handling toolkit to watch for I/O events. Another way is to send a signal. Those methods are slow, and in the case of a pipe, also not asynchronous - it won't interrupt a running perl interpreter.

This module implements asynchronous notifications that enable you to signal running perl code from another thread, asynchronously, and sometimes even without using a single syscall.

perl-set-intervaltree 0.10
Channel: guix-science
Location: guix-science/packages/bioinformatics.scm (guix-science packages bioinformatics)
Home page: http://search.cpan.org/dist/Set-IntervalTree
Licenses: GPL 1+
Build system: perl
Synopsis: Perform range-based lookups on sets of ranges.
Description:
perl-multidimensional 0.014
Propagated dependencies: perl-b-hooks-op-check@0.22 perl-lexical-sealrequirehints@0.011
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/multidimensional
Licenses: GPL 1+
Build system: perl
Synopsis: Disable multidimensional array emulation
Description:

Multidimensional disables multidimensional array emulation.

perl-software-license 0.103014
Propagated dependencies: perl-data-section@0.200007 perl-text-template@1.55
Channel: guix
Location: gnu/packages/license.scm (gnu packages license)
Home page: https://metacpan.org/release/Software-License
Licenses: GPL 1+
Build system: perl
Synopsis: Templated software licenses
Description:

This package provides templated software licenses.

perl-text-simpletable 2.07
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Text-SimpleTable
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Simple ASCII tables
Description:

Text::SimpleTable draws simple ASCII tables.

perl-data-sexpression 0.41
Propagated dependencies: perl-class-accessor@0.51
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-SExpression
Licenses: GPL 1+
Build system: perl
Synopsis: Parse Lisp S-Expressions into Perl data structures
Description:

Data::SExpression parses Lisp S-Expressions into Perl data structures.

perl-test-differences 0.67
Propagated dependencies: perl-text-diff@1.45 perl-capture-tiny@0.48
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Differences
Licenses: GPL 3+
Build system: perl
Synopsis: Test strings and data structures and show differences
Description:

This module exports three test functions and four diff-style functions.

perl-b-hooks-op-check 0.22
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/B-Hooks-OP-Check
Licenses: GPL 1+
Build system: perl
Synopsis: Wrap OP check callbacks
Description:

This module allows you to wrap OP check callbacks.

perl-extutils-helpers 0.026
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/ExtUtils-Helpers
Licenses: GPL 1+
Build system: perl
Synopsis: Various portability utilities for module builders
Description:

This module provides various portable helper functions for module building modules.

perl-spreadsheet-xlsx 0.17
Propagated dependencies: perl-archive-zip@1.68 perl-spreadsheet-parseexcel@0.66
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Spreadsheet-XLSX
Licenses: GPL 1+
Build system: perl
Synopsis: Perl extension for reading MS Excel 2007 files
Description:

This module implements Spreadsheet::XLSX parsing Microsoft Excel 2007 xlsx files.

perl-catalyst-view-tt 0.45
Propagated dependencies: perl-catalyst-runtime@5.90124 perl-class-accessor@0.51 perl-data-dump@1.23 perl-mro-compat@0.13 perl-path-class@0.37 perl-template-timer@1.00 perl-template-toolkit@2.28
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Catalyst-View-TT
Licenses: GPL 1+
Build system: perl
Synopsis: Template View Class
Description:

This module is a Catalyst view class for the Template Toolkit.

perl-string-copyright 0.003014
Propagated dependencies: perl-exporter-tiny@1.002001 perl-set-intspan@1.19
Channel: guix
Location: gnu/packages/license.scm (gnu packages license)
Home page: https://metacpan.org/release/String-Copyright
Licenses: GPL 3+
Build system: perl
Synopsis: Representation of text-based copyright statements
Description:

String::Copyright Parses common styles of copyright statements and serializes in normalized format.

perl-carp-assert-more 1.26
Propagated dependencies: perl-carp-assert@0.21
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Carp-Assert-More
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Convenience wrappers around Carp::Assert
Description:

Carp::Assert::More is a set of handy assertion functions for Perl.

perl-file-find-object 0.2.13
Dependencies: perl-class-xsaccessor@1.19
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Find-Object
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Object-oriented File::Find replacement in Perl
Description:

File::Find::Object is an object-oriented File::Find replacement in Perl.

perl-set-intervaltree 0.12
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Set-IntervalTree
Licenses: GPL 1+
Build system: perl
Synopsis: Perform range-based lookups on sets of ranges
Description:

This package provides an efficient mechanism to look up ranges in Interval Trees.

perl-test-run-cmdline 0.0132
Propagated dependencies: perl-moose@2.2015 perl-moosex-getopt@0.75 perl-test-run@0.0306 perl-universal-require@0.19 perl-yaml-libyaml@0.83
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Test-Run-CmdLine
Licenses: X11
Build system: perl
Synopsis: Analyze tests from the command line using Test::Run
Description:

This package allows you to analyze tests from the command line using Test::Run.

perl-module-pluggable 5.2
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Module-Pluggable
Licenses: GPL 1+
Build system: perl
Synopsis: Give your Perl module the ability to have plugins
Description:

This module provides a simple but extensible way of having plugins for your Perl module.

perl-string-camelcase 0.04
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/String-CamelCase
Licenses: GPL 1+
Build system: perl
Synopsis: Camelcase and de-camelcase
Description:

This module may be used to convert from under_score text to CamelCase and back again.

perl-statistics-basic 1.6611
Dependencies: perl-number-format@1.75
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Statistics-Basic
Licenses: LGPL 2.0
Build system: perl
Synopsis: Collection of very basic statistics modules
Description:

This package provides basic statistics functions like median(), mean(), variance() and stddev().

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

Lingua::Stem::Snowball::Se is a perl port of the swedish stemmer at http://snowball.sourceforge.net.

perl-test-runvalgrind 0.2.2
Propagated dependencies: perl-path-tiny@0.118 perl-test-trap@0.3.4 valgrind@3.25.1
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-RunValgrind
Licenses: X11
Build system: perl
Synopsis: Tests that an external program is valgrind-clean
Description:

Test::RunValgind checks weather Valgrind does not detect errors (such as memory leaks) in an arbitrary binary executable.

perl-math-interpolate 1.06
Channel: guix
Location: gnu/packages/perl-maths.scm (gnu packages perl-maths)
Home page: https://metacpan.org/release/Math-Interpolate
Licenses: GPL 1+
Build system: perl
Synopsis: Interpolate the value Y from X using a list of (X, Y) pairs
Description:

This packages allows you to interpolate the value Y from X using a list of (X, Y) pairs.

Total results: 1030