_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
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
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+
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+
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+
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
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+
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+
Synopsis: Cache compiled XML translators
Description:

This package provides methods to cache compiled XML translators.

perl-pdl-graphics-trid 2.102
Dependencies: mesa@24.3.2
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+
Synopsis: 3D graphics in Perl Data Language
Description:

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

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

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

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+
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+
Synopsis: RSA encoding and decoding, using the openSSL libraries
Description:

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

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+
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-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+
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-email-date-format 1.005
Channel: guix
Location: gnu/packages/mail.scm (gnu packages mail)
Home page: https://metacpan.org/release/Email-Date-Format
Licenses: GPL 1+
Synopsis: Produce RFC 2822 date strings
Description:

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

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+
Synopsis: Get full hostname in Perl
Description:

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

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
Synopsis: Watch for changes to files
Description:

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

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+
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+
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.

perl-xml-libxml-simple 1.01
Propagated dependencies: perl-file-slurp-tiny@0.004 perl-xml-libxml@2.0134
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-LibXML-Simple
Licenses: GPL 1+
Synopsis: XML::LibXML based XML::Simple clone
Description:

This package provides the same API as XML::Simple but is based on XML::LibXML.

perl-test-pod-coverage 1.10
Propagated dependencies: perl-pod-coverage@0.23
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Pod-Coverage
Licenses: Artistic License 2.0
Synopsis: Check for pod coverage
Description:

This module adds a test to your Perl distribution which checks for pod coverage of all appropriate files.

perl-class-methodmaker 2.24
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-MethodMaker
Licenses: GPL 1+
Synopsis: Create generic methods for OO Perl
Description:

This module solves the problem of having to continually write accessor methods for your objects that perform standard tasks.

perl-extutils-cppguess 0.20
Propagated dependencies: perl-capture-tiny@0.48
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/ExtUtils-CppGuess
Licenses: GPL 1+
Synopsis: Tool for guessing C++ compiler and flags
Description:

ExtUtils::CppGuess attempts to guess the C++ compiler that is compatible with the C compiler used to build perl.

perl-proc-processtable 0.59
Channel: small-guix
Location: small-guix/packages/ocsinventory-agent.scm (small-guix packages ocsinventory-agent)
Home page: https://metacpan.org/release/Proc-ProcessTable
Licenses: Artistic License 2.0
Synopsis: Perl extension to access the unix process table
Description:

This package provides the Proc::ProcessTable module, a first crack at providing a consistent interface to Unix process table information.

perl-tie-handle-offset 0.004
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Tie-Handle-Offset
Licenses: ASL 2.0
Synopsis: Special file handle that hides the beginning of a file
Description:

This module provides a file handle that hides the beginning of a file, by modifying the seek() and tell() calls.

Total results: 985