_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-compress-bzip2 2.28
Dependencies: bzip2@1.0.8
Channel: guix
Location: gnu/packages/perl-compression.scm (gnu packages perl-compression)
Home page: https://metacpan.org/release/Compress-Bzip2
Licenses: GPL 1+
Synopsis: Interface to Bzip2 compression library
Description:

The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression library. A relevant subset of the functionality provided by Bzip2 is available in this module.

perl-text-charwidth 0.04
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/dist/Text-CharWidth
Licenses: GPL 1+
Synopsis: Get number of occupied columns of a string on terminal
Description:

With this module, you can calculate terminal character widths that vary by locale. This module supplies features similar to wcwidth(3) and wcswidth(3) in C language.

perl-image-exiftool 12.70
Dependencies: bash-minimal@5.1.16
Channel: guix
Location: gnu/packages/photo.scm (gnu packages photo)
Home page: https://metacpan.org/release/Image-ExifTool
Licenses: GPL 1+
Synopsis: Program and Perl library to manipulate EXIF and other metadata
Description:

This package provides the exiftool command and the Image::ExifTool Perl library to manipulate EXIF tags of digital images and a wide variety of other metadata.

perl-datetimex-easy 0.089
Propagated dependencies: perl-datetime@1.54 perl-datetime-format-flexible@0.32 perl-datetime-format-ical@0.09 perl-datetime-format-natural@1.12 perl-timedate@2.33
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTimeX-Easy
Licenses: GPL 1+
Synopsis: Parse date/time strings
Description:

DateTimeX::Easy uses a variety of DateTime::Format packages to create DateTime objects, with some custom tweaks to smooth out the rough edges (mainly concerning timezone detection and selection).

perl-hash-fieldhash 0.15
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Hash-FieldHash
Licenses: GPL 1+
Synopsis: Lightweight field hash for inside-out objects
Description:

Hash::FieldHash provides the field hash mechanism which supports the inside-out technique. It is an alternative to Hash::Util::FieldHash with a simpler interface, higher performance, and relic support.

perl-ppix-quotelike 0.023
Propagated dependencies: perl-ppi@1.270 perl-ppix-regexp@0.085 perl-readonly@2.00
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/PPIx-QuoteLike
Licenses: GPL 1+
Synopsis: Parse Perl string literals and string-literal-like things
Description:

PPIX::QuoteLike parses Perl string literals and things that are reasonably like string literals. Its real reason for being is to find interpolated variables for Perl::Critic policies and similar code.

perl-sort-naturally 1.03
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Sort-Naturally
Licenses: GPL 1+
Synopsis: Sort lexically, but sort numeral parts numerically
Description:

This module exports two functions, nsort and ncmp; they are used in implementing a "natural sorting" algorithm. Under natural sorting, numeric substrings are compared numerically, and other word-characters are compared lexically.

perl-attribute-util 1.07
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/pod/Attribute::Util
Licenses: GPL 1+
Synopsis: Assorted general utility attributes
Description:

This package provides various utility functions. When used without argument, this module provides four universally accessible attributes of general interest as follows:

  • Abstract

  • Alias

  • Memoize

  • Method

  • SigHandler

perl-convert-binhex 1.125
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Convert-BinHex
Licenses: GPL 1+
Synopsis: Extract data from Macintosh BinHex files
Description:

BinHex is a format for transporting files safely through electronic mail, as short-lined, 7-bit, semi-compressed data streams. This module provides a means of converting those data streams back into into binary data.

perl-log-contextual 0.008001
Propagated dependencies: perl-data-dumper-concise@2.023 perl-exporter-declare@0.114 perl-moo@1.007000
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Log-Contextual
Licenses: GPL 1+
Synopsis: Simple logging interface with a contextual log
Description:

This module is a simple interface to extensible logging. It exists to abstract your logging interface so that logging is as painless as possible, while still allowing you to switch from one logger to another.

perl-file-configdir 0.021
Propagated dependencies: perl-file-homedir@1.004 perl-list-moreutils@0.430 perl-test-without-module@0.20
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-ConfigDir
Licenses: GPL 1+
Synopsis: Get directories of configuration files
Description:

This module is a helper for installing, reading and finding configuration file locations. File::ConfigDir is a module to help out when Perl modules (especially applications) need to read and store configuration files from more than one location.

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-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-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.34 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.108
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.

Total results: 939