_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-module-install 1.19
Propagated dependencies: perl-archive-zip@1.68 perl-file-homedir@1.004 perl-file-remove@1.58 perl-json@4.02 perl-module-scandeps@1.27 perl-par-dist@0.49 perl-yaml-tiny@1.73
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Module-Install
Licenses: GPL 1+
Synopsis: Standalone, extensible Perl module installer
Description:

Module::Install is a package for writing installers for CPAN (or CPAN-like) distributions that are clean, simple, minimalist, act in a strictly correct manner with ExtUtils::MakeMaker, and will run on any Perl installation version 5.005 or newer.

perl-devel-checklib 1.14
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Devel-CheckLib
Licenses: GPL 1+
Synopsis: Check that a library is available
Description:

Devel::CheckLib is a Perl module that checks whether a particular C library and its headers are available. You can also check for the presence of particular functions in a library, or even that those functions return particular results.

perl-lwp-mediatypes 6.04
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/LWP-MediaTypes
Licenses: GPL 1+
Synopsis: Perl module to guess the media type for a file or a URL
Description:

The LWP::MediaTypes module provides functions for handling media (also known as MIME) types and encodings. The mapping from file extensions to media types is defined by the media.types file. If the ~/.media.types file exists it is used instead.

perl-www-robotrules 6.02
Propagated dependencies: perl-uri@5.05
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/WWW-RobotRules
Licenses: GPL 1+
Synopsis: Perl database of robots.txt-derived permissions
Description:

The WWW::RobotRules module parses /robots.txt files as specified in "A Standard for Robot Exclusion", at <http://www.robotstxt.org/wc/norobots.html>. Webmasters can use the /robots.txt file to forbid conforming robots from accessing parts of their web site.

perl-authen-dechpwd 2.007
Propagated dependencies: perl-data-integer@0.006 perl-digest-crc@0.23 perl-scalar-string@0.003
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Authen-DecHpwd
Licenses: GPL 2+
Synopsis: DEC VMS password hashing
Description:

Authen::DecHpwd implements the SYS$HASH_PASSWORD password hashing function from VMS (also known as LGI$HPWD) and some associated VMS username and password handling functions. The password hashing function is implemented in XS with a pure Perl backup version for systems that cannot handle XS.

perl-minimumversion 1.40
Dependencies: bash-minimal@5.1.16
Propagated dependencies: perl-file-find-rule@0.35 perl-file-find-rule-perl@1.15 perl-params-util@1.102 perl-ppi@1.270 perl-ppix-regexp@0.085 perl-ppix-utils@0.003
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Perl-MinimumVersion
Licenses: GPL 1+
Synopsis: Find a minimum required version of perl for Perl code
Description:

Perl::MinimumVersion takes Perl source code and calculates the minimum version of perl required to be able to run it. Because it is based on the PPI (Perl Parsing Interface), it can do this without loading the code. The distribution comes with a script called perlver.

perl-conf-libconfig 0.101
Dependencies: libconfig@1.7.3
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Conf-Libconfig
Licenses: Modified BSD
Synopsis: Perl extension for libconfig
Description:

Conf::Libconfig is a Perl interface to the libconfig configuration file library. It support scalar, array, and hash data structures just like its C/C++ counterpart. It reduces the effort required to implement a configuration file parser in your Perl programme and allows sharing configuration files between languages.

perl-algorithm-diff 1.1903
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Algorithm-Diff
Licenses: GPL 1+
Synopsis: Compute differences between two files or lists
Description:

This is a module for computing the difference between two files, two strings, or any other two lists of things. It uses an intelligent algorithm similar to (or identical to) the one used by the Unix "diff" program. It is guaranteed to find the *smallest possible* set of differences.

perl-mixin-linewise 0.111
Propagated dependencies: perl-perlio-utf8-strict@0.007 perl-sub-exporter@0.988
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Mixin-Linewise
Licenses: GPL 1+
Synopsis: Write your linewise code for handles; this does the rest
Description:

It's boring to deal with opening files for IO, converting strings to handle-like objects, and all that. With Mixin::Linewise::Readers and Mixin::Linewise::Writers, you can just write a method to handle handles, and methods for handling strings and file names are added for you.

perl-cache-fastmmap 1.48
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Cache-FastMmap
Licenses: GPL 1+
Synopsis: Shared memory interprocess cache via mmap
Description:

A shared memory cache through an mmap'ed file. It's core is written in C for performance. It uses fcntl locking to ensure multiple processes can safely access the cache at the same time. It uses a basic LRU algorithm to keep the most used entries in the cache.

perl-xml-tokeparser 0.05
Propagated dependencies: perl-xml-parser@2.46
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-TokeParser
Licenses: GPL 1+
Synopsis: Simplified interface to XML::Parser
Description:

XML::TokeParser provides a procedural ("pull mode") interface to XML::Parser in much the same way that Gisle Aas' HTML::TokeParser provides a procedural interface to HTML::Parser. XML::TokeParser splits its XML input up into "tokens", each corresponding to an XML::Parser event.

perl-test-more-utf8 0.05
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-More-UTF8
Licenses: GPL 1+
Synopsis: Enhance Test::More for UTF8-based projects
Description:

Test::More::UTF8 is a simple extension for the widely used Test::More module. By default, it will do a binmode :utf8 on all of Test::Builder's output handles thus enabling the easy use flagged strings without warnings like "Wide character in print …"

perl-catalyst-devel 1.42
Propagated dependencies: perl-catalyst-action-renderview@0.16 perl-catalyst-plugin-configloader@0.35 perl-catalyst-plugin-static-simple@0.36 perl-catalyst-runtime@5.90124 perl-config-general@2.63 perl-file-changenotify@0.24 perl-file-copy-recursive@0.38 perl-file-sharedir@1.116 perl-module-install@1.19 perl-moose@2.2015 perl-moosex-emulate-class-accessor-fast@0.009032 perl-namespace-autoclean@0.29 perl-namespace-clean@0.27 perl-path-class@0.37 perl-template-toolkit@2.28
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Catalyst-Devel
Licenses: GPL 1+
Synopsis: Catalyst Development Tools
Description:

The Catalyst-Devel distribution includes a variety of modules useful for the development of Catalyst applications, but not required to run them. Catalyst-Devel includes the Catalyst::Helper system, which autogenerates scripts and tests; Module::Install::Catalyst, a Module::Install extension for Catalyst; and requirements for a variety of development-related modules.

perl-file-fcntllock 0.22
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-FcntlLock
Licenses: GPL 1+
Synopsis: File locking with fcntl(2)
Description:

File locking in Perl is usually done using the flock function. Unfortunately, this only allows locks on whole files and is often implemented in terms of the flock(2) system function which has some shortcomings (especially concerning locks on remotely mounted file systems) and slightly different behaviour than fcntl(2).

perl-net-dns-native 0.22
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Net-DNS-Native
Licenses: GPL 1+
Synopsis: Non-blocking system DNS resolver
Description:

This class provides several methods for host name resolution. It is designed to be used with event loops. Names are resolved by your system's native getaddrinfo(3) implementation, called in a separate thread to avoid blocking the entire application. Threading overhead is limited by using system threads instead of Perl threads.

perl-text-unidecode 1.30
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Text-Unidecode
Licenses: GPL 1+
Synopsis: Provide plain ASCII transliterations of Unicode text
Description:

Text::Unidecode provides a function, unidecode(...) that takes Unicode data and tries to represent it in US-ASCII characters (i.e., the universally displayable characters between 0x00 and 0x7F). The representation is almost always an attempt at transliteration-- i.e., conveying, in Roman letters, the pronunciation expressed by the text in some other writing system.

perl-http-negotiate 6.01
Propagated dependencies: perl-http-message@6.37
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTTP-Negotiate
Licenses: GPL 1+
Synopsis: Perl http content negotiation
Description:

The HTTP::Negotiate module provides a complete implementation of the HTTP content negotiation algorithm specified in draft-ietf-http-v11-spec-00.ps chapter 12. Content negotiation allows for the selection of a preferred content representation based upon attributes of the negotiable variants and the value of the various Accept* header fields in the request.

perl-variable-magic 0.62
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Variable-Magic
Licenses: GPL 1+
Synopsis: Associate user-defined magic to variables from Perl
Description:

Magic is Perl's way of enhancing variables. This mechanism lets the user add extra data to any variable and hook syntactical operations (such as access, assignment or destruction) that can be applied to it. With this module, you can add your own magic to any variable without having to write a single line of XS.

perl-libtime-period 1.20
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://packages.debian.org/stretch/libtime-period-perl
Licenses: GPL 1+
Synopsis: Perl library for testing if a time() is in a specific period
Description:

This Perl library provides a function which tells whether a specific time falls within a specified time period. Its syntax for specifying time periods allows you to test for conditions like "Monday to Friday, 9am till 5pm" and "on the second Tuesday of the month" and "between 4pm and 4:15pm" and "in the first half of each minute" and "in January of 1998".

perl-term-ansicolor 5.01
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/dist/Term-ANSIColor
Licenses: GPL 1+
Synopsis: Interface to the ANSI terminal escape sequences for color
Description:

Term::ANSIColor provides constants and simple functions for setting ANSI text attributes, most notably colors. It can be used to set the current text attributes or to apply a set of attributes to a string and reset the current text attributes at the end of that string. Eight-color, sixteen-color, 256-color, and true color (24-bit color) escape sequences are all supported.

perl-ppix-utilities 1.001000
Propagated dependencies: perl-exception-class@1.44 perl-ppi@1.270 perl-readonly-xs@1.05 perl-task-weaken@1.06
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/PPIx-Utilities
Licenses: GPL 1+
Synopsis: Extensions to PPI
Description:

PPIx::Utilities is a collection of functions for dealing with PPI objects, many of which originated in Perl::Critic. They are organized into modules by the kind of PPI class they relate to, by replacing the "PPI" at the front of the module name with "PPIx::Utilities", e.g. functionality related to PPI::Nodes is in PPIx::Utilities::Node.

perl-net-idn-encode 2.500
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Net-IDN-Encode
Licenses: GPL 1+
Synopsis: Internationalizing Domain Names in Applications (IDNA)
Description:

Internationalized Domain Names (IDNs) use characters drawn from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to be represented using only the ASCII characters already allowed in so-called host names today (letter-digit-hyphen, /[A-Z0-9-]/i).

Use this module if you just want to convert domain names (or email addresses), using whatever IDNA standard is the best choice at the moment.

perl-crypt-rijndael 1.16
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Crypt-Rijndael
Licenses: GPL 3
Synopsis: Crypt::CBC compliant Rijndael encryption module
Description:

This module implements the Rijndael cipher which has been selected as the Advanced Encryption Standard. The keysize for Rijndael is 32 bytes. The blocksize is 16 bytes (128 bits). The supported encryption modes are:

  • MODE_CBC---Cipher Block Chaining

  • MODE_CFB---Cipher feedback

  • MODE_CTR---Counter mode

  • MODE_ECB---Electronic cookbook mode

  • MODE_OFB---Output feedback

perl-config-general 2.63
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Config-General
Licenses: GPL 1+
Synopsis: Generic Config Module
Description:

This module opens a config file and parses its contents for you. The format of config files supported by Config::General is inspired by the well known Apache config format and is 100% compatible with Apache configs, but you can also just use simple name/value pairs in your config files. In addition to the capabilities of an Apache config file it supports some enhancements such as here-documents, C-style comments, and multiline options.

Total results: 999