_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/
perl-text-brew 0.02
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Text-Brew
Licenses: GPL 1+
Synopsis: An implementation of the Brew edit distance
Description:

This module implements the Brew edit distance that is very close to the dynamic programming technique used for the Wagner-Fischer (and so for the Levenshtein) edit distance.

perl-crypt-des 2.07
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Crypt-DES
Licenses: Modified BSD
Synopsis: DES encryption module
Description:

Crypt::DES is an XS-based implementation of the DES cryptography algorithm. The module implements the Crypt::CBC interface which has blocksize, keysize, encrypt and decrypt functions.

perl-tie-cycle 1.226
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Tie-Cycle
Licenses: GPL 1+
Synopsis: Cycle through a list of values
Description:

You use Tie::Cycle to go through a list over and over again. Once you get to the end of the list, you go back to the beginning.

perl6-svg-plot 0.0.0-1.062570a
Propagated dependencies: perl6-svg@0.0.0-1.07190c0
Channel: guix
Location: gnu/packages/perl6.scm (gnu packages perl6)
Home page: https://github.com/moritz/svg-plot
Licenses: Artistic License 2.0
Synopsis: Raku charting and plotting library that produces SVG output
Description:

SVG::Plot is a simple 2D chart plotter for Raku. It currently supports bars, stacked bars, lines and points (both equally spaced with optional labels, or xy plots).

perl-soap-lite 1.27
Propagated dependencies: perl-class-inspector@1.36 perl-constant@1.33 perl-io-compress@2.213 perl-io-sessiondata@1.03 perl-io-socket-ssl@2.081 perl-libwww@6.67 perl-lwp-protocol-https@6.09 perl-mime-base64@3.16 perl-scalar-list-utils@1.62 perl-task-weaken@1.06 perl-uri@5.05 perl-xml-parser@2.46
Channel: guix
Location: gnu/packages/perl-web.scm (gnu packages perl-web)
Home page: https://metacpan.org/release/SOAP-Lite
Licenses: GPL 1+
Synopsis: Client/server interface to the Simple Object Access Protocol
Description:

SOAP::Lite is a collection of Perl modules that provide a simple and lightweight interface to the SOAP, both on client and server side.

perl-feed-find 0.07
Dependencies: perl-class-errorhandler@0.04 perl-html-parser@3.72 perl-libwww@6.67 perl-uri@5.05
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/Feed-Find
Licenses: GPL 1+
Synopsis: Syndication feed auto-discovery
Description:

Feed::Find implements feed auto-discovery for finding syndication feeds, given a URI. It will discover the following feed formats: RSS 0.91, RSS 1.0, RSS 2.0, Atom.

perl-test-base 0.89
Propagated dependencies: perl-spiffy@0.46 perl-test-deep@1.120
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Base
Licenses: GPL 1+
Synopsis: Data-driven testing framework for Perl
Description:

Test::Base gives a way to trivially write your own test framework base class. It concentrates on offering reusable data driven patterns, so that you can write tests with a minimum of code.

perl-yaml-syck 1.34
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/YAML-Syck
Licenses: X11
Synopsis: Fast, lightweight YAML loader and dumper
Description:

YAML::Syck provides a Perl interface to the libsyck data serialization library. It exports the Dump and Load functions for converting Perl data structures to YAML strings, and the other way around.

perl-class-mix 0.006
Propagated dependencies: perl-params-classify@0.015
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-Mix
Licenses: GPL 1+
Synopsis: Dynamic class mixing
Description:

The mix_class function provided by this module dynamically generates anonymous classes with specified inheritance. This is useful where an incomplete class requires use of a mixin in order to become instantiable.

perl-data-stag 0.14
Propagated dependencies: perl-io-string@1.08
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Stag
Licenses: GPL 1+
Synopsis: Structured tags datastructures
Description:

This module is for manipulating data as hierarchical tag/value pairs (Structured TAGs or Simple Tree AGgregates). These datastructures can be represented as nested arrays, which have the advantage of being native to Perl.

perl-http-tiny 0.076
Dependencies: perl-http-cookiejar@0.012 perl-io-socket-ip@0.41 perl-io-socket-ssl@2.081 perl-mozilla-ca@20240313 perl-net-ssleay@1.92
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTTP-Tiny
Licenses: GPL 1+
Synopsis: HTTP/1.1 client
Description:

This is a very simple HTTP/1.1 client, designed for doing simple requests without the overhead of a large framework like LWP::UserAgent. It supports proxies and redirection. It also correctly resumes after EINTR.

perl-xml-xpath 1.48
Propagated dependencies: perl-xml-parser@2.46
Channel: guix
Location: gnu/packages/xml.scm (gnu packages xml)
Home page: https://metacpan.org/release/XML-XPath
Licenses: GPL 1+
Synopsis: Parse and evaluate XPath statements
Description:

This module aims to comply exactly to the https://www.w3.org/TR/xpath and yet allow extensions to be added in the form of functions. It also provides the command xpath.

perl-text-glob 0.11
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Text-Glob
Licenses: GPL 1+
Synopsis: Match globbing patterns against text
Description:

Text::Glob implements glob(3) style matching that can be used to match against text, rather than fetching names from a file system. If you want to do full file globbing use the File::Glob module instead.

perl-data-dump 1.23
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Dump
Licenses: GPL 1+
Synopsis: Pretty printing of data structures
Description:

This module provide functions that takes a list of values as their argument and produces a string as its result. The string contains Perl code that, when "eval"ed, produces a deep copy of the original arguments.

perl-date-calc 6.4
Propagated dependencies: perl-bit-vector@7.4 perl-carp-clan@6.08
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Date-Calc
Licenses: GPL 1+
Synopsis: Gregorian calendar date calculations
Description:

This package consists of a Perl module for date calculations based on the Gregorian calendar, thereby complying with all relevant norms and standards: ISO/R 2015-1971, DIN 1355 and, to some extent, ISO 8601 (where applicable).

perl-html-tidy 1.60
Dependencies: perl-libwww@6.67 tidyp@1.04
Channel: guix
Location: gnu/packages/web.scm (gnu packages web)
Home page: https://metacpan.org/release/HTML-Tidy
Licenses: Artistic License 2.0
Synopsis: (X)HTML validation in a Perl object
Description:

HTML::Tidy is an HTML checker in a handy dandy object. It's meant as a replacement for HTML::Lint, which is written in Perl but is not nearly as capable as HTML::Tidy.

perl-test-fork 0.02
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Fork
Licenses: GPL 1+
Synopsis: Test code which forks
Description:

Testing code which forks is problematic because each test has a number associated with it. Coordinating the test number amongst the parent and child processes is complicated. Test::Fork provides a function to smooth over the complications.

perl-test-trap 0.3.4
Propagated dependencies: perl-data-dump@1.23
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Trap
Licenses: GPL 1+
Synopsis: Trap exit codes, exceptions, output, and so on
Description:

This module is primarily (but not exclusively) for use in test scripts: A block eval configurable and extensible but by default trapping STDOUT, STDERR, warnings, exceptions, would-be exit codes, and return values from boxed blocks of test code.

perl-data-uuid 1.226
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-UUID
Licenses: GPL 1+
Synopsis: Universally Unique Identifiers generator
Description:

Data::UUID provides a framework for generating Universally Unique Identifiers (UUIDs), also known as Globally Unique Identifiers (GUIDs). A UUID is 128 bits long, and is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 CE.

perl-alien-sdl 1.446
Dependencies: freetype@2.13.0 fontconfig-minimal@2.14.0 pango@1.54.0 sdl-union@1.2.68 zlib@1.3
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Alien-SDL
Licenses: GPL 1+
Synopsis: Get, build and use SDL libraries
Description:

Alien::SDL can be used to detect and get configuration settings from an installed SDL and related libraries. Based on your platform it offers the possibility to download and install prebuilt binaries or to build SDL & co.: from source codes.

perl-file-grep 0.02
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/File-Grep
Licenses: GPL 1+
Synopsis: Matches patterns in a series of files
Description:

File::Grep provides similar functionality as perl's builtin grep, map, and foreach commands, but iterating over a passed filelist instead of arrays. While trivial, this module can provide a quick dropin when such functionality is needed.

perl-padwalker 2.3
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/PadWalker
Licenses: GPL 1+
Synopsis: Play with other peoples' lexical variables
Description:

PadWalker is a module which allows you to inspect (and even change) lexical variables in any subroutine which called you. It will only show those variables which are in scope at the point of the call. PadWalker is particularly useful for debugging.

perl-test-deep 1.120
Dependencies: perl-test-nowarnings@1.04
Channel: guix
Location: gnu/packages/perl-check.scm (gnu packages perl-check)
Home page: https://metacpan.org/release/Test-Deep
Licenses: GPL 1+
Synopsis: Flexible deep comparison for the Test::Builder framework
Description:

Test::Deep compares two structures by going through each level, ensuring that the values match, that arrays and hashes have the same elements and that references are blessed into the correct class. It also handles circular data structures without getting caught in an infinite loop.

perl-carp-clan 6.08
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Carp-Clan
Licenses: GPL 1+
Synopsis: Report errors from a "clan" of modules
Description:

This module allows errors from a clan (or family) of modules to appear to originate from the caller of the clan. This is necessary in cases where the clan modules are not classes derived from each other, and thus the Carp.pm module doesn't help.

Total results: 999