_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


perl-carp-assert 0.21
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Carp-Assert
Licenses: GPL 1+
Synopsis: Executable comments for Perl
Description:

Carp::Assert is intended for a purpose like the ANSI C library assert.h.

perl-test-run-plugin-colorfileverdicts 0.0125
Propagated dependencies: perl-moose@2.2015 perl-mro-compat@0.13 perl-test-run@0.0306 perl-test-run-cmdline@0.0132
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Test-Run-Plugin-ColorFileVerdicts
Licenses: X11
Synopsis: Make the file verdict colorful
Description:

This package allows you to make the file verdict (i.e., ok, NOT OK) colorful in test outputs.

perl-devel-stacktrace 2.04
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Devel-StackTrace
Licenses: Artistic License 2.0
Synopsis: Object representing a stack trace
Description:

The Devel::StackTrace module contains two classes, Devel::StackTrace and Devel::StackTrace::Frame. These objects encapsulate the information that can be retrieved via Perl's caller() function, as well as providing a simple interface to this data.

perl-extutils-typemaps-default 1.05
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/ExtUtils-Typemaps-Default
Licenses: GPL 1+
Synopsis: Set of useful typemaps
Description:

The package provides a number of useful typemaps as submodules of ExtUtils::Typemaps.

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-object-tiny 1.09
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Object-Tiny
Licenses: GPL 1+
Synopsis: Class building library for Perl
Description:

This is a minimalist Perl module for building simple classes with read-only accessors.

perl-exception-class 1.44
Propagated dependencies: perl-devel-stacktrace@2.04 perl-class-data-inheritable@0.08
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Exception-Class
Licenses: GPL 1+
Synopsis: Allows you to declare real exception classes in Perl
Description:

Exception::Class allows you to declare exception hierarchies in your modules in a "Java-esque" manner.

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-sub-info 0.002
Propagated dependencies: perl-importer@0.025
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Sub-Info
Licenses: GPL 1+
Synopsis: Tool to inspect subroutines
Description:

This package provides tools for inspecting subroutines in Perl.

perl-data-printer 1.002001
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Printer
Licenses: GPL 1+
Synopsis: Colored pretty-print of Perl data structures and objects
Description:

Display Perl variables and objects on screen, properly formatted (to be inspected by a human).

perl-moox-types-mooselike 0.29
Propagated dependencies: perl-module-runtime@0.016 perl-strictures@1.005005
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooX-Types-MooseLike
Licenses: GPL 1+
Synopsis: Moosish types and type builder
Description:

MooX::Types::MooseLike provides a possibility to build your own set of Moose-like types. These custom types can then be used to describe fields in Moo-based classes.

perl-unicode-eastasianwidth 12.0
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Unicode-EastAsianWidth
Licenses: CC0
Synopsis: East Asian Width properties
Description:

This module provides user-defined Unicode properties that deal with width status of East Asian characters, as specified in UnicodeĀ® Standard Annex #11.

perl-data-entropy 0.007
Propagated dependencies: perl-crypt-rijndael@1.16 perl-data-float@0.013 perl-http-lite@2.44 perl-params-classify@0.015
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Entropy
Licenses: GPL 1+
Synopsis: Entropy (randomness) management
Description:

Data::Entropy provides modules relating to the generation and use of entropy. The Data::Entropy::Source class manages the entropy coming from a particular source. This class acts as a layer over a raw entropy source, which may be a normal I/O handle or a special-purpose class. The Data::Entropy::RawSource::* classes provide fundamental sources of entropy. The sources specially supported are an OS-supplied entropy collector, downloads from servers on the Internet, and cryptographic fake entropy. The Data::Entropy::Algorithms module contains a collection of fundamental algorithms that use entropy. There are random number generators and functions to shuffle arrays.

perl-text-patch 1.8
Propagated dependencies: perl-text-diff@1.45
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Text-Patch
Licenses: GPL 2+
Synopsis: Patches text with given patch
Description:

Text::Patch combines source text with given diff (difference) data. Diff data is produced by Text::Diff module or by the standard diff utility.

perl-module-manifest 1.09
Propagated dependencies: perl-params-util@1.102
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Module-Manifest
Licenses: GPL 1+
Synopsis: Parse and examine a Perl distribution @file{MANIFEST} file
Description:

Module::Manifest is a simple utility module created originally for use in Module::Inspector.

It can load a MANIFEST file that comes in a Perl distribution tarball, examine the contents, and perform some simple tasks. It can also load the MANIFEST.SKIP file and check that.

perl-ppi-xs 0.910
Propagated dependencies: perl-ppi@1.270
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/PPI-XS
Licenses: GPL 1+
Synopsis: (Minor) XS acceleration for PPI
Description:

PPI::XS provides (minor) XS acceleration for PPI.

perl-class-accessor 0.51
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Class-Accessor
Licenses: GPL 1+
Synopsis: Automated accessor generation
Description:

This module automagically generates accessors/mutators for your class.

perl-test-run-plugin-trimdisplayedfilenames 0.0127
Propagated dependencies: perl-list-someutils@0.56 perl-moose@2.2015 perl-mro-compat@0.13 perl-test-run@0.0306 perl-test-run-cmdline@0.0132
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Test-Run-Plugin-TrimDisplayedFilenames
Licenses: X11
Synopsis: Trim long filenames
Description:

This package trims the first components of the displayed filename to deal with excessively long ones.

perl-list-someutils-xs 0.58
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/List-SomeUtils-XS
Licenses: Artistic License 2.0
Synopsis: XS implementation for @code{List::SomeUtils}
Description:

List::SomeUtils::XS is a XS implementation for List::SomeUtils. There are no user-facing parts here. See List::SomeUtils for API details.

perl-critic 1.140
Dependencies: bash-minimal@5.2.37
Propagated dependencies: perl-exception-class@1.44 perl-io-string@1.08 perl-ppi@1.270 perl-ppix-regexp@0.085 perl-b-keywords@1.26 perl-config-tiny@2.28 perl-padwalker@2.3 perl-test-memory-cycle@1.06 perl-file-which@1.23 perl-list-moreutils@0.430 perl-module-pluggable@5.2 perl-pod-parser@1.65 perl-pod-spell@1.25 perl-ppix-quotelike@0.023 perl-ppix-utilities@1.001000 perl-readonly@2.00 perl-string-format@1.18 perl-task-weaken@1.06 perl-tidy@20250912
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Perl-Critic
Licenses: GPL 1+
Synopsis: Critique Perl source code for best-practices
Description:

perlcritic is a Perl source code analyzer. It is the executable front-end to the Perl::Critic engine, which attempts to identify awkward, hard to read, error-prone, or unconventional constructs in your code. Most of the rules are based on Damian Conway's book "Perl Best Practices". However, perlcritic is not limited to enforcing PBP, and it will even support rules that contradict Conway. All rules can easily be configured or disabled to your liking.

perl-guard 1.023
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Guard
Licenses: GPL 1+
Synopsis: Safe cleanup blocks implemented as guards
Description:

Guard implements so-called guards. A guard is something (usually an object) that "guards" a resource, ensuring that it is cleaned up when expected.

Specifically, this module supports two different types of guards: guard objects, which execute a given code block when destroyed, and scoped guards, which are tied to the scope exit.

perl-module-build-xsutil 0.16
Propagated dependencies: perl-devel-checkcompiler@0.07
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Module-Build-XSUtil
Licenses: GPL 1+
Synopsis: Module::Build class for building XS modules
Description:

Module::Build::XSUtil is subclass of Module::Build for support building XS modules.

This is a list of a new parameters in the Module::Build::new method:

  1. needs_compiler_c99: This option checks C99 compiler availability.

  2. needs_compiler_cpp: This option checks C++ compiler availability. Can also pass extra_compiler_flags and extra_linker_flags for C++.

  3. generate_ppport_h: Generate ppport.h by Devel::PPPort.

  4. generate_xshelper_h: Generate xshelper.h which is a helper header file to include EXTERN.h, perl.h, XSUB.h and ppport.h, and defines some portability stuff which are not supported by ppport.h.

    It is ported from Module::Install::XSUtil.

  5. cc_warnings: Toggle compiler warnings. Enabled by default.

  6. -g options: Invoke Build.PL with -g to enable debug options.

perl-devel-overrideglobalrequire 0.001
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Devel-OverrideGlobalRequire
Licenses: GPL 1+
Synopsis: Override CORE::GLOBAL::require safely
Description:

This module overrides CORE::GLOBAL::require with a code reference in a way that plays nice with any existing overloading and ensures the right calling package is in scope.

perl-posix-strftime-compiler 0.42
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/POSIX-strftime-Compiler
Licenses: GPL 1+
Synopsis: GNU C library compatible strftime for loggers and servers
Description:

POSIX::strftime::Compiler provides GNU C library compatible strftime(3). But this module is not affected by the system locale. This feature is useful when you want to write loggers, servers, and portable applications.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31092