_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-devel-lexalias 0.05
Propagated dependencies: perl-devel-caller@2.06
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Devel-LexAlias
Licenses: GPL 1+
Synopsis: Alias lexical variables
Description:

Devel::LexAlias provides the ability to alias a lexical variable in a subroutines scope to one of your choosing.

perl-config-gitlike 1.17
Propagated dependencies: perl-moo@1.007000 perl-moox-types-mooselike@0.29
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Config-GitLike
Licenses: GPL 1+
Synopsis: Parse Git style configuration files
Description:

This module handles parsing, modifying and creating configuration files of the style used by the Git version control system.

perl-www-opensearch 0.17
Dependencies: perl-data-page@2.03 perl-libwww@6.67 perl-uri@5.05 perl-uri-template@0.24 perl-xml-feed@0.63 perl-xml-libxml@2.0134
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/WWW-OpenSearch
Licenses: GPL 1+
Synopsis: Search A9 OpenSearch compatible engines
Description:

WWW::OpenSearch is a module to search http://opensearch.a9.com compatible search engines.

perl-module-runtime 0.016
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Module-Runtime
Licenses: GPL 1+
Synopsis: Perl runtime module handling
Description:

The functions exported by this module deal with runtime handling of Perl modules, which are normally handled at compile time.

perl-list-moreutils 0.430
Propagated dependencies: perl-exporter-tiny@1.002001 perl-list-moreutils-xs@0.430
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/List-MoreUtils
Licenses: GPL 1+
Synopsis: Provide the stuff missing in List::Util
Description:

List::MoreUtils provides some trivial but commonly needed functionality on lists which is not going to go into List::Util.

perl-getopt-tabular 0.3
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Getopt-Tabular
Licenses: GPL 1+
Synopsis: Table-driven argument parsing for Perl
Description:

Getopt::Tabular is a Perl 5 module for table-driven argument parsing, vaguely inspired by John Ousterhout's Tk_ParseArgv.

perl-number-compare 0.03
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Number-Compare
Licenses: GPL 1+
Synopsis: Numeric comparisons
Description:

Number::Compare compiles a simple comparison to an anonymous subroutine, which you can call with a value to be tested against.

perl-http-cookiejar 0.012
Dependencies: perl-time-local@1.30 perl-http-date@6.05
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTTP-CookieJar
Licenses: ASL 2.0
Synopsis: Minimalist HTTP user agent cookie jar
Description:

This module implements a minimalist HTTP user agent cookie jar in conformance with RFC 6265 <http://tools.ietf.org/html/rfc6265>.

perl-config-grammar 1.13
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Config-Grammar
Licenses: GPL 1+
Synopsis: Grammar-based config parser
Description:

Config::Grammar is a module to parse configuration files. The configuration may consist of multiple-level sections with assignments and tabular data.

perl-file-find-rule 0.35
Propagated dependencies: perl-number-compare@0.03 perl-text-glob@0.11
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Find-Rule
Licenses: GPL 1+
Synopsis: Alternative interface to File::Find
Description:

File::Find::Rule is a friendlier interface to File::Find. It allows you to build rules which specify the desired files and directories.

perl-cpan-meta-yaml 0.018
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/CPAN-Meta-YAML
Licenses: GPL 1+
Synopsis: Read and write a subset of YAML for CPAN Meta files
Description:

This module implements a subset of the YAML specification for use in reading and writing CPAN metadata files like META.yml and MYMETA.yml.

perl-test-exception 0.43
Propagated dependencies: perl-sub-uplevel@0.24
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Exception
Licenses: GPL 1+
Synopsis: Test exception based code
Description:

This module provides a few convenience methods for testing exception based code. It is built with Test::Builder and plays happily with Test::More and friends.

perl-test-leaktrace 0.16
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-LeakTrace
Licenses: GPL 1+
Synopsis: Traces memory leaks in Perl
Description:

Test::LeakTrace provides several functions that trace memory leaks. This module scans arenas, the memory allocation system, so it can detect any leaked SVs in given blocks.

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

Total results: 999