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

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-term-table 0.008
Propagated dependencies: perl-importer@0.025
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Term-Table
Licenses: GPL 1+
Build system: perl
Synopsis: Format a header and rows into a table
Description:

This module is able to generically format rows of data into tables.

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+
Build system: perl
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-text-recordparser 1.6.5
Propagated dependencies: perl-class-accessor@0.51 perl-graphviz@2.26 perl-io-stringy@2.111 perl-list-moreutils@0.430 perl-readonly@2.00 perl-text-autoformat@1.75 perl-text-tabulardisplay@1.38
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Text-RecordParser
Licenses: GPL 2
Build system: perl
Synopsis: Parse record-oriented data in a text file
Description:

This module is for reading record-oriented data in a delimited text file. The most common example have records separated by newlines and fields separated by commas or tabs, but this module aims to provide a consistent interface for handling sequential records in a file however they may be delimited.

perl-moosex-markasmethods 0.15
Dependencies: perl-moose@2.2015 perl-namespace-autoclean@0.29
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooseX-MarkAsMethods
Licenses: LGPL 2.1
Build system: perl
Synopsis: Mark overload code symbols as methods
Description:

MooseX::MarkAsMethods allows one to easily mark certain functions as Moose methods. This will allow other packages such as namespace::autoclean to operate without blowing away your overloads. After using MooseX::MarkAsMethods your overloads will be recognized by Class::MOP as being methods, and class extension as well as composition from roles with overloads will "just work".

perl-math-vecstat 0.08
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://search.cpan.org/dist/Math-VecStat
Licenses: GPL 1+
Build system: perl
Synopsis: Basic numeric stats on vectors
Description:

This package provides some basic statistics on numerical vectors. All the subroutines can take a reference to the vector to be operated on.

perl-universal-require 0.19
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/UNIVERSAL-require
Licenses: GPL 1+
Build system: perl
Synopsis: Require modules from a variable
Description:

This module lets you require other modules where the module name is in a variable, something you can't do with the require built-in.

perl-package-deprecationmanager 0.17
Propagated dependencies: perl-list-moreutils@0.430 perl-params-util@1.102 perl-sub-install@0.928
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Package-DeprecationManager
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Manage deprecation warnings for your distribution
Description:

This module allows you to manage a set of deprecations for one or more modules.

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
Build system: perl
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-hash-moreutils 0.06
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Hash-MoreUtils
Licenses: GPL 1+
Build system: perl
Synopsis: Provide the stuff missing in Hash::Util
Description:

Similar to List::MoreUtils, Hash::MoreUtils contains trivial but commonly-used functionality for hashes. The primary focus for the moment is providing a common API - speeding up by XS is far away at the moment.

perl-dynaloader-functions 0.003
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DynaLoader-Functions
Licenses: GPL 1+
Build system: perl
Synopsis: Deconstructed dynamic C library loading
Description:

This module provides a function-based interface to dynamic loading as used by Perl. Some details of dynamic loading are very platform-dependent, so correct use of these functions requires the programmer to be mindfulof the space of platform variations.

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+
Build system: perl
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-config-autoconf 0.317
Propagated dependencies: perl-capture-tiny@0.48
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Config-AutoConf
Licenses: GPL 1+
Build system: perl
Synopsis: Module to implement some AutoConf macros in Perl
Description:

Config::AutoConf is intended to provide the same opportunities to Perl developers as GNU Autoconf does for Shell developers.

perl-throwable 1.001
Dependencies: perl-scalar-list-utils@1.62 perl-sub-quote@2.006008
Propagated dependencies: perl-devel-stacktrace@2.04 perl-module-runtime@0.016 perl-moo-2@2.005005
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Throwable
Licenses: GPL 1+
Build system: perl
Synopsis: Role for classes that can be thrown
Description:

Throwable is a role for classes that are meant to be thrown as exceptions to standard program flow.

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+
Build system: perl
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-extutils-f77 1.26
Propagated dependencies: perl-file-which@1.23
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/ExtUtils-F77
Licenses: GPL 1+
Build system: perl
Synopsis: Build helper for linking Fortran libraries
Description:

This package provides some compilation helpers so you can link Fortran libraries into C libraries.

perl-params-validate 1.29
Propagated dependencies: perl-module-implementation@0.09
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Params-Validate
Licenses: Artistic License 2.0
Build system: perl
Synopsis: Validate method/function parameters
Description:

The Params::Validate module allows you to validate method or function call parameters to an arbitrary level of specificity.

perl-statistics-distributions 1.02
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/pod/Statistics::Distributions
Licenses: GPL 1+
Build system: perl
Synopsis: Calculating some values of common statistical distributions
Description:

Statistics::Distributions calculates percentage points (5 significant digits) of the u (standard normal) distribution, the student's t distribution, the chi-square distribution and the F distribution. It can also calculate the upper probability (5 significant digits) of the u (standard normal), the chi-square, the t and the F distribution.

perl-bit-vector 7.4
Propagated dependencies: perl-carp-clan@6.08
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Bit-Vector
Licenses: GPL 1+ LGPL 2.0+
Build system: perl
Synopsis: Bit vector library
Description:

Bit::Vector is an efficient C library which allows you to handle bit vectors, sets (of integers), "big integer arithmetic" and boolean matrices, all of arbitrary sizes. The package also includes an object-oriented Perl module for accessing the C library from Perl, and optionally features overloaded operators for maximum ease of use. The C library can nevertheless be used stand-alone, without Perl.

perl-datetime-calendar-julian 0.102
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/DateTime-Calendar-Julian
Licenses: GPL 1+
Build system: perl
Synopsis: Dates in the Julian calendar
Description:

This package is a companion module to DateTime.pm. It implements the Julian calendar. It supports everything that DateTime.pm supports and more: about one day per century more, to be precise.

perl-io-interactive 1.022
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/IO-Interactive
Licenses: GPL 1+
Build system: perl
Synopsis: Utilities for interactive I/O
Description:

This module provides three utility subroutines that make it easier to develop interactive applications: is_interactive(), interactive(), and busy().

perl-moosex-object-pluggable 0.0014
Propagated dependencies: perl-module-pluggable@5.2 perl-module-runtime@0.016 perl-moose@2.2015 perl-namespace-autoclean@0.29 perl-try-tiny@0.31
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/MooseX-Object-Pluggable
Licenses: GPL 1+
Build system: perl
Synopsis: Make your classes pluggable
Description:

MooseX::Object::Pluggable makes your classes pluggable.

perl-dir-manifest 0.6.1
Propagated dependencies: perl-moo-2@2.005005 perl-path-tiny@0.118
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Dir-Manifest
Licenses: X11
Build system: perl
Synopsis: Treat a directory and a manifest file as a dictionary
Description:

This package provides an API for dealing where the case where you have several long texts (and/or binary blobs) that you wish to load from the code (e.g: for the "want"/expected values of tests) and you wish to conveniently edit them, track them and maintain them. Using this package, you can put each in a separate file in a directory, create a manifest file listing all valid filenames/key, and load from there.

perl-time-duration 1.21
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Time-Duration
Licenses: GPL 1+
Build system: perl
Synopsis: English expression of durations
Description:

This module provides functions for expressing durations in rounded or exact terms.

perl-data-tumbler 0.010
Propagated dependencies: perl-file-homedir@1.004
Channel: guix
Location: gnu/packages/perl.scm (gnu packages perl)
Home page: https://metacpan.org/release/Data-Tumbler
Licenses: GPL 1+
Build system: perl
Synopsis: Dynamic generation of nested combinations of variants
Description:

Data::Tumbler - Dynamic generation of nested combinations of variants.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31091