_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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
Synopsis: Convenience wrappers around Carp::Assert
Description:

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

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+
Synopsis: Camelcase and de-camelcase
Description:

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

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+
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-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
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+
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.22.0
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-RunValgrind
Licenses: X11
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+
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.

perl-types-serialiser 1.0
Propagated dependencies: perl-common-sense@3.75
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Types-Serialiser
Licenses: GPL 1+
Synopsis: Data types for common serialisation formats
Description:

This module provides some extra datatypes that are used by common serialisation formats such as JSON or CBOR.

perl-parse-recdescent 1.967015
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Parse-RecDescent
Licenses: GPL 1+
Synopsis: Generate recursive-descent parsers
Description:

Parse::RecDescent can incrementally generate top-down recursive-descent text parsers from simple yacc-like grammar specifications.

perl-test-metrics-any 0.01
Propagated dependencies: perl-metrics-any@0.10
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Metrics-Any
Licenses: GPL 1+
Synopsis: Assert that code produces metrics via Metrics::Any
Description:

This test module helps write unit tests which assert that the code under test reports metrics via Metrics::Any.

perl-canary-stability 2013
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Canary-Stability
Licenses: GPL 1+
Synopsis: Check compatibility with the installed perl version
Description:

This module is used by Schmorp's modules during configuration stage to test the installed perl for compatibility with his modules.

perl-object-signature 1.08
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Object-Signature
Licenses: GPL 1+
Synopsis: Generate cryptographic signatures for objects
Description:

Object::Signature is an abstract base class that you can inherit from in order to allow your objects to generate unique cryptographic signatures.

perl-context-preserve 0.03
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Context-Preserve
Licenses: GPL 1+
Synopsis: Preserve context during subroutine call
Description:

This module runs code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller.

perl-string-formatter 0.102084
Propagated dependencies: perl-params-util@1.102 perl-sub-exporter@0.988
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/String-Formatter
Licenses: GPL 2
Synopsis: Build your own sprintf-like functions
Description:

String::Formatter is a tool for building sprintf-like formatting routines. It supports named or positional formatting, custom conversions, fixed string interpolation, and simple width-matching.

perl-extutils-parsexs 3.35
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/ExtUtils-ParseXS
Licenses: GPL 1+
Synopsis: Module to convert Perl XS code into C code
Description:

The package contains the ExtUtils::ParseXS module to convert Perl XS code into C code, the ExtUtils::Typemaps module to handle Perl/XS typemap files, and their submodules.

perl-xs-parse-sublike 0.18
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/XS-Parse-Sublike
Licenses: GPL 1+
Synopsis: XS functions to assist in parsing sub-like syntax
Description:

This module provides some XS functions to assist in writing parsers for sub-like syntax, primarily for authors of keyword plugins using the PL_keyword_plugin hook mechanism.

perl-string-trim-more 0.03
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/String-Trim-More
Licenses: GPL 1+
Synopsis: String trimming utilities
Description:

This module is an alternative to String::Trim. Instead of a single trim function, this module provides several from which you can choose on, depending on your needs.

perl-xs-parse-keyword 0.34
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/dist/XS-Parse-Keyword
Licenses: GPL 1+
Synopsis: XS functions to assist in parsing keyword syntax
Description:

This module provides some XS functions to assist in writing syntax modules that provide new perl-visible syntax, primarily for authors of keyword plugins using the PL_keyword_plugin hook mechanism.

perl-xml-compile-soap 3.27
Propagated dependencies: perl-file-slurper@0.012 perl-libwww@6.67 perl-log-report@1.10 perl-xml-compile@1.63 perl-xml-compile-cache@1.06 perl-xml-compile-tester@0.91
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-Compile-SOAP
Licenses: GPL 1+
Synopsis: Base-class for SOAP implementations
Description:

This module provides a class to handle the SOAP protocol. The first implementation is http://www.w3.org/TR/2000/NOTE-SOAP-20000508/, which is still most often used.

perl-term-progressbar 2.17
Propagated dependencies: perl-class-methodmaker@2.24 perl-term-readkey@2.38
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Term-ProgressBar
Licenses: GPL 1+
Synopsis: Progress meter on a standard terminal
Description:

Term::ProgressBar provides a simple progress bar on the terminal, to let the user know that something is happening, roughly how much stuff has been done, and maybe an estimate at how long remains.

perl-ole-storage-lite 0.20
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/OLE-Storage_Lite
Licenses: GPL 1+
Synopsis: Read and write OLE storage files
Description:

This module allows you to read and write an OLE-Structured file. OLE (Object Linking and Embedding) is a technology to store hierarchical information such as links to other documents within a single file.

perl-devel-stacktrace 2.04
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Devel-StackTrace
Licenses: Artistic License 2.0
Synopsis: Object representing a stack trace
Description:

The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsulate the information that can be retrieved via Perl's caller() function, as well as providing a simple interface to this data.

perl-data-messagepack 1.02
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-MessagePack
Licenses: GPL 1+
Synopsis: MessagePack serializing/deserializing
Description:

This module converts Perl data structures to MessagePack and vice versa. MessagePack is a binary-based efficient object serialization format. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.

perl-email-address-xs 1.05
Channel: guix
Location: gnu/packages/mail.scm (gnu packages mail)
Home page: https://metacpan.org/release/Email-Address-XS
Licenses: GPL 1+
Synopsis: Parse and format RFC 5322 email addresses and groups
Description:

Email::Address::XS implements RFC 5322 parser and formatter of email addresses and groups. Unlike Email::Address, this module does not use regular expressions for parsing but instead is implemented in XS and uses shared code from Dovecot IMAP server.

Total results: 999