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

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-devel-overloadinfo 0.005
Propagated dependencies: perl-package-stash@0.38 perl-sub-identify@0.14 perl-mro-compat@0.13
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Devel-OverloadInfo
Licenses: GPL 1+
Synopsis: Introspect overloaded operators
Description:

Devel::OverloadInfo returns information about overloaded operators for a given class (or object), including where in the inheritance hierarchy the overloads are declared and where the code implementing it is.

perl-getopt-argvfile 1.11
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Getopt-ArgvFile
Licenses: Artistic License 2.0
Synopsis: Perl module for reading script options and parameters from files
Description:

This module simply interpolates option file hints in @ARGV by the contents of the pointed files. This enables option reading from files instead of or additional to the usual reading from the command line.

perl-specio-library-path-tiny 0.05
Propagated dependencies: perl-path-tiny@0.118 perl-specio@0.49
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Specio-Library-Path-Tiny
Licenses: ASL 2.0
Synopsis: Types and coercions for Specio
Description:

This library provides a set of Path::Tiny types and coercions for Specio. These types can be used with Moose, Moo, Params::ValidationCompiler, and other modules.

perl-carp-always 0.16
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Carp-Always
Licenses: GPL 1+
Synopsis: Warns and dies noisily with stack backtraces/
Description:

This module is meant as a debugging aid. It can be used to make a script complain loudly with stack backtraces when warn()-ing or die()ing.

perl-reply 0.42
Dependencies: bash-minimal@5.2.37 perl-app-nopaste@1.013 perl-b-keywords@1.26 perl-carp-always@0.16 perl-class-refresh@0.07 perl-config-ini-reader-ordered@0.022 perl-data-dump@1.23 perl-data-printer@1.002001 perl-eval-closure@0.14 perl-file-homedir@1.004 perl-io-pager@0.44 perl-module-runtime@0.016 perl-package-stash@0.38 perl-padwalker@2.3 perl-proc-invokeeditor@1.13 perl-term-readline-gnu@1.36 perl-termreadkey@2.38 perl-try-tiny@0.31
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Reply
Licenses: X11
Synopsis: Read-Eval-Print Loop (REPL) for Perl
Description:

Reply is a lightweight, extensible REPL for Perl. It is plugin-based (see Reply::Plugin), and through plugins supports many advanced features such as coloring and pretty printing, readline support, and pluggable commands.

perl-type-tiny-xs 0.022
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Type-Tiny-XS
Licenses: GPL 1+
Synopsis: Provides an XS boost for some of Type::Tiny's built-in type constraints
Description:

This module is optionally used by Type::Tiny to provide faster, C-based implementations of some type constraints. This package has only core dependencies, and does not depend on Type::Tiny, so other data validation frameworks might also consider using it.

perl-moox-configfromfile 0.008
Propagated dependencies: perl-config-any@0.32 perl-file-configdir@0.021 perl-file-find-rule@0.35 perl-hash-merge@0.302 perl-moo@1.007000 perl-moox-file-configdir@0.008 perl-namespace-clean@0.27
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooX-ConfigFromFile
Licenses: GPL 1+
Synopsis: Moo eXtension for initializing objects from config file
Description:

This module is intended to easily load initialization values for attributes on object construction from an appropriate config file. The building is done in MooX::ConfigFromFile::Role---using MooX::ConfigFromFile ensures that the role is applied.

pls 0.905
Dependencies: bash-minimal@5.2.37 perl-critic@1.140 perl-future@0.51 perl-future-queue@0.52 perl-io-async@0.804 perl-json-xs@4.0 perl-path-tiny@0.118 perl-pod-markdown@3.400 perl-ppi@1.270 perl-ppr@0.001010 perl-tidy@20250912 perl-uri@5.05
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/PLS
Licenses: GPL 1+
Synopsis: Perl language server
Description:

PLS is a Perl language server that implements a subset of the Language Server Protocol for the Perl language. Features currently implemented are:

  • Go to definition (for packages, subroutines, and variables)

  • Listing all symbols in a document

  • Hovering to show documentation

  • Signature help (showing parameters for a function as you type)

  • Formatting

  • Range formatting

  • Auto-completion

  • Syntax checking

  • Linting (using perlcritic)

  • Sorting imports

To use this language with Emacs, you can configure Eglot like so:

(add-hook 'perl-mode-hook 'eglot-ensure)
(setq eglot-server-programs '((perl-mode . ("pls"))))
perl-safe-hole 0.14
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Safe-Hole
Licenses: GPL 1+
Synopsis: Use main compartment subroutines from the Safe compartment
Description:

Safe::Hole can execute outside defined subroutines in the original main compartment from the Safe compartment.

perl-extutils-cppguess 0.20
Propagated dependencies: perl-capture-tiny@0.48
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/ExtUtils-CppGuess
Licenses: GPL 1+
Synopsis: Tool for guessing C++ compiler and flags
Description:

ExtUtils::CppGuess attempts to guess the C++ compiler that is compatible with the C compiler used to build perl.

perl-term-progressbar-quiet 0.31
Propagated dependencies: perl-io-interactive@1.022 perl-term-progressbar@2.17 perl-test-mockobject@1.20191002
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Term-ProgressBar-Quiet
Licenses: GPL 1+
Synopsis: Progress meter if run interactively
Description:

Term::ProgressBar is a wonderful module for showing progress bars on the terminal. This module acts very much like that module when it is run interactively. However, when it is not run interactively (for example, as a cron job) then it does not show the progress bar.

perl-pod-coverage 0.23
Propagated dependencies: perl-devel-symdump@2.18 perl-pod-parser@1.65
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Pod-Coverage
Licenses: GPL 1+
Synopsis: Check for comprehensive documentation of a module
Description:

This module provides a mechanism for determining if the pod for a given module is comprehensive.

perl-string-shellquote 1.04
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/String-ShellQuote
Licenses: GPL 1+
Synopsis: Quote strings for passing through a shell
Description:

shell-quote lets you pass arbitrary strings through the shell so that they won't be changed.

perl-moosex-types-datetime 0.13
Propagated dependencies: perl-datetime@1.54 perl-datetime-locale@1.23 perl-datetime-timezone@2.47 perl-moose@2.2015 perl-moosex-types@0.45 perl-namespace-clean@0.27
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooseX-Types-DateTime
Licenses: GPL 1+
Synopsis: DateTime related constraints and coercions for Moose
Description:

This module packages several Moose::Util::TypeConstraints with coercions, designed to work with the DateTime suite of objects.

perl-data-stream-bulk 0.11
Propagated dependencies: perl-moose@2.2015 perl-namespace-clean@0.27 perl-path-class@0.37 perl-sub-exporter@0.988
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Stream-Bulk
Licenses: GPL 1+
Synopsis: N at a time iteration API
Description:

This module tries to find middle ground between one at a time and all at once processing of data sets. The purpose of this module is to avoid the overhead of implementing an iterative api when this isn't necessary, without breaking forward compatibility in case that becomes necessary later on.

perl-package-stash-xs 0.29
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Package-Stash-XS
Licenses: GPL 1+
Synopsis: Faster implementation of the Package::Stash API
Description:

This is a backend for Package::Stash, which provides the functionality in a way that's less buggy and much faster. It will be used by default if it's installed, and should be preferred in all environments with a compiler.

perl-ipc-run3 0.048
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/IPC-Run3
Licenses: Modified BSD GPL 3+
Synopsis: Run a subprocess with input/output redirection
Description:

The IPC::Run3 module allows you to run a subprocess and redirect stdin, stdout, and/or stderr to files and perl data structures. It aims to satisfy 99% of the need for using system, qx, and open3 with a simple, extremely Perlish API and none of the bloat and rarely used features of IPC::Run.

perl-libintl-perl 1.32
Propagated dependencies: perl-file-sharedir@1.116
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/libintl-perl
Licenses: GPL 3+
Synopsis: High-level interface to Uniforum message translation
Description:

This package is an internationalization library for Perl that aims to be compatible with the Uniforum message translations system as implemented for example in GNU gettext.

perl-sys-sigaction 0.23
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Sys-SigAction
Licenses: GPL 1+
Synopsis: Perl extension for Consistent Signal Handling
Description:

Sys::SigAction is a Perl extension for Consistent Signal Handling.

perl-string-print 0.15
Propagated dependencies: perl-unicode-linebreak@2019.001
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/String-Print
Licenses: GPL 1+
Synopsis: String printing alternatives to printf
Description:

This module inserts values into (translated) strings. It provides printf and sprintf alternatives via both an object-oriented and a functional interface.

perl-datetime-format-mysql 0.0701
Propagated dependencies: perl-datetime@1.54 perl-datetime-format-builder@0.82
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTime-Format-MySQL
Licenses: GPL 1+
Synopsis: Parse and format MySQL dates and times
Description:

This module understands the formats used by MySQL for its DATE, DATETIME, TIME, and TIMESTAMP data types. It can be used to parse these formats in order to create DateTime objects, and it can take a DateTime object and produce a string representing it in the MySQL format.

perl-extutils-parsexs 3.35
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/ExtUtils-ParseXS
Licenses: GPL 1+
Synopsis: Module to convert Perl XS code into C code
Description:

The package contains the ExtUtils::ParseXS module to convert Perl XS code into C code, the ExtUtils::Typemaps module to handle Perl/XS typemap files, and their submodules.

perl-ref-util-xs 0.117
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Ref-Util-XS
Licenses: X11
Synopsis: XS implementation for Ref::Util
Description:

Ref::Util::XS is the XS implementation of Ref::Util, which provides several functions to help identify references in a more convenient way than the usual approach of examining the return value of ref.

perl-xml-writer 0.900
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/XML-Writer
Licenses: Public Domain
Synopsis: Easily generate well-formed, namespace-aware XML
Description:

XML::Writer is a simple Perl module for writing XML documents: it takes care of constructing markup and escaping data correctly. By default, it also performs a significant amount of well-formedness checking on the output to make certain (for example) that start and end tags match, that there is exactly one document element, and that there are not duplicate attribute names.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31092