_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-template-toolkit 2.28
Propagated dependencies: perl-appconfig@1.71 perl-test-leaktrace@0.16
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Template-Toolkit
Licenses: GPL 1+
Build system: perl
Synopsis: Template processing system for Perl
Description:

The Template Toolkit is a collection of modules which implement an extensible template processing system. It was originally designed and remains primarily useful for generating dynamic web content, but it can be used equally well for processing any other kind of text based documents: HTML, XML, POD, PostScript, LaTeX, and so on.

perl-data-stream-bulk 0.11
Propagated dependencies: perl-moose@2.2015 perl-namespace-clean@0.27 perl-path-class@0.37 perl-sub-exporter@0.988
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Stream-Bulk
Licenses: GPL 1+
Build system: perl
Synopsis: N at a time iteration API
Description:

This module tries to find middle ground between one at a time and all at once processing of data sets. The purpose of this module is to avoid the overhead of implementing an iterative api when this isn't necessary, without breaking forward compatibility in case that becomes necessary later on.

perl-exporter-declare 0.114
Propagated dependencies: perl-aliased@0.34 perl-meta-builder@0.004
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Exporter-Declare
Licenses: GPL 1+
Build system: perl
Synopsis: Meta-driven exporting tool
Description:

Exporter::Declare is a meta-driven exporting tool. It tries to adopt all the good features of other exporting tools, while replacing bad interfaces. Exporter::Declare also provides hooks that allow you to add options and arguments for import. Exporter::Declare's meta-driven system allows for top-notch introspection.

perl-class-xsaccessor 1.19
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-XSAccessor
Licenses: GPL 1+
Build system: perl
Synopsis: Generate fast XS accessors without runtime compilation
Description:

Class::XSAccessor implements fast read, write, and read/write accessors in XS. Additionally, it can provide predicates such as "has_foo()" for testing whether the attribute "foo" is defined in the object. It only works with objects that are implemented as ordinary hashes. Class::XSAccessor::Array implements the same interface for objects that use arrays for their internal representation.

perl-crypt-randpasswd 0.06
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Crypt-RandPasswd
Licenses: GPL 1+
Build system: perl
Synopsis: Random password generator
Description:

Crypt::RandPasswd provides three functions that can be used to generate random passwords, constructed from words, letters, or characters. This code is a Perl implementation of the Automated Password Generator standard, like the program described in "A Random Word Generator For Pronounceable Passwords". This code is a re-engineering of the program contained in Appendix A of FIPS Publication 181, "Standard for Automated Password Generator".

perl-lingua-en-tagger 0.30
Propagated dependencies: perl-memoize-expirelru@0.56 perl-lingua-stem@0.84 perl-html-parser@3.72 perl-html-tagset@3.20
Channel: guix
Location: gnu/packages/language.scm (gnu packages language)
Home page: https://metacpan.org/release/Lingua-EN-Tagger
Licenses: GPL 3
Build system: perl
Synopsis: Part-of-speech tagger for English natural language processing
Description:

This module is a probability based, corpus-trained tagger that assigns part-of-speech tags to English text based on a lookup dictionary and a set of probability values. The tagger assigns appropriate tags based on conditional probabilities - it examines the preceding tag to determine the appropriate tag for the current word. Unknown words are classified according to word morphology or can be set to be treated as nouns or other parts of speech. The tagger also extracts as many nouns and noun phrases as it can, using a set of regular expressions.

perl-autovivification 0.18
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/autovivification
Licenses: GPL 1+
Build system: perl
Synopsis: Lexically disable autovivification
Description:

When an undefined variable is dereferenced, it gets silently upgraded to an array or hash reference (depending of the type of the dereferencing). This behaviour is called autovivification and usually does what you mean but it may be unnatural or surprising because your variables get populated behind your back. This is especially true when several levels of dereferencing are involved, in which case all levels are vivified up to the last, or when it happens in intuitively read-only constructs like exists. The pragma provided by this package lets you disable autovivification for some constructs and optionally throws a warning or an error when it would have happened.

perl-parallel-iterator 1.00
Channel: guix-science
Location: guix-science/packages/bioinformatics.scm (guix-science packages bioinformatics)
Home page: http://search.cpan.org/dist/Parallel-Iterator
Licenses: GPL 1+
Build system: perl
Synopsis: Simple parallel execution
Description:
perl-unicode-normalize 1.26
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Unicode-Normalize
Licenses: GPL 1+
Build system: perl
Synopsis: Unicode normalization forms
Description:

This Perl module provides Unicode normalization forms.

perl-test-failwarnings 0.008
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-FailWarnings
Licenses: ASL 2.0
Build system: perl
Synopsis: Add test failures if warnings are caught
Description:

Test::FailWarnings adds test failures if warnings are caught.

perl-encode-eucjpascii 0.03
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Encode-EUCJPASCII
Licenses: GPL 1+
Build system: perl
Synopsis: ASCII mapping for eucJP encoding
Description:

This package provides an ASCII mapping for the eucJP encoding.

perl-xml-compile-cache 1.06
Propagated dependencies: perl-log-report@1.10 perl-xml-compile@1.63 perl-xml-compile-tester@0.91 perl-xml-libxml-simple@1.01
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-Compile-Cache
Licenses: GPL 1+
Build system: perl
Synopsis: Cache compiled XML translators
Description:

This package provides methods to cache compiled XML translators.

perl-pdl-graphics-trid 2.102
Dependencies: mesa@25.2.3
Propagated dependencies: perl-pdl@2.100
Channel: guix
Location: gnu/packages/perl-maths.scm (gnu packages perl-maths)
Home page: https://github.com/PDLPorters/
Licenses: GPL 1+
Build system: perl
Synopsis: 3D graphics in Perl Data Language
Description:

This package provides modules to do 3D graphics in PDL.

perl-devel-partialdump 0.18
Propagated dependencies: perl-class-tiny@1.008 perl-sub-exporter@0.988 perl-namespace-clean@0.27
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Devel-PartialDump
Licenses: GPL 1+
Build system: perl
Synopsis: Partial dumping of data structures
Description:

This module is a data dumper optimized for logging of arbitrary parameters.

perl-crypt-openssl-rsa 0.33
Dependencies: perl-crypt-openssl-bignum@0.09 perl-crypt-openssl-random@0.15 openssl@3.0.8
Channel: guix
Location: gnu/packages/tls.scm (gnu packages tls)
Home page: https://metacpan.org/release/Crypt-OpenSSL-RSA
Licenses: GPL 1+
Build system: perl
Synopsis: RSA encoding and decoding, using the openSSL libraries
Description:

Crypt::OpenSSL::RSA does RSA encoding and decoding (using the OpenSSL libraries).

perl-extutils-cchecker 0.11
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/ExtUtils-CChecker
Licenses: GPL 1+
Build system: perl
Synopsis: Configure time utilities for using C headers and libraries
Description:

This module provides configure time utilities for using C headers, libraries, or OS features.

perl-cpan-distnameinfo 0.12
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/CPAN-DistnameInfo
Licenses: GPL 1+
Build system: perl
Synopsis: Extract the name and version from a distribution filename
Description:

CPAN::DistnameInfo uses heuristics to extract the distribution name and version from filenames.

perl-email-date-format 1.008
Channel: guix
Location: gnu/packages/mail.scm (gnu packages mail)
Home page: https://metacpan.org/release/Email-Date-Format
Licenses: GPL 1+
Build system: perl
Synopsis: Produce RFC 2822 date strings
Description:

Email::Date::Format provides a means for generating an RFC 2822 compliant datetime string.

perl-file-changenotify 0.24
Propagated dependencies: perl-class-load@0.25 perl-list-moreutils@0.430 perl-module-pluggable@5.2 perl-moose@2.2015 perl-moosex-params-validate@0.21 perl-moosex-semiaffordanceaccessor@0.10 perl-namespace-autoclean@0.29
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-ChangeNotify
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Watch for changes to files
Description:

This module provides a class to monitor a directory for changes made to any file.

perl-sys-hostname-long 1.5
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Sys-Hostname-Long
Licenses: GPL 1+
Build system: perl
Synopsis: Get full hostname in Perl
Description:

Sys::Hostname::Long tries very hard to get the full hostname of a system.

perl-compress-raw-zlib 2.213
Dependencies: zlib@1.3.1
Channel: guix
Location: gnu/packages/perl-compression.scm (gnu packages perl-compression)
Home page: https://metacpan.org/release/Compress-Raw-Zlib
Licenses: GPL 1+
Build system: perl
Synopsis: Low-level interface to zlib compression library
Description:

The Compress::Raw::Zlib module provides a Perl interface to the zlib compression library.

perl-test-distmanifest 1.014
Propagated dependencies: perl-module-manifest@1.09
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://github.com/jawnsy/Test-DistManifest
Licenses: GPL 1+
Build system: perl
Synopsis: Author test that validates a package @file{MANIFEST}
Description:

Test::DistManifest provides a simple method of testing that a MANIFEST file matches its distribution.

perl-string-shellquote 1.04
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/String-ShellQuote
Licenses: GPL 1+
Build system: perl
Synopsis: Quote strings for passing through a shell
Description:

shell-quote lets you pass arbitrary strings through the shell so that they won't be changed.

Total results: 1030